fix: raise error in sqllab when using reserved column name (#9859)

This commit is contained in:
Ville Brofeldt
2020-06-10 16:32:43 +03:00
committed by GitHub
parent a8db78b069
commit 56397d75cc
3 changed files with 17 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ describe('ExploreResultsButton', () => {
'1',
'123',
'CASE WHEN 1=1 THEN 1 ELSE 0 END',
'__TIMESTAMP',
]);
const msgWrapper = shallow(wrapper.instance().renderInvalidColumnMessage());