-
Notifications
You must be signed in to change notification settings - Fork 751
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
70 changed files
with
210 additions
and
506 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
SELECT 1; | ||
SELECT x; -- {ErrorCode 1058} | ||
-- SELECT x; -- {ErrorCode 1058} | ||
SELECT 'a'; | ||
SELECT NOT(1=1); | ||
SELECT NOT(1); | ||
SELECT NOT(1=1) from numbers(3); | ||
SELECT TRUE; | ||
SELECT FALSE; | ||
SELECT NOT(TRUE); | ||
SELECT 'That\'s good.'; | ||
SELECT *; -- {ErrorCode 1065} | ||
SELECT 'That''s good.'; | ||
-- SELECT *; -- {ErrorCode 1065} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
1 | ||
1 | ||
1 | ||
1 | ||
0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,3 @@ KEYWORDS | |
SCHEMATA | ||
TABLES | ||
VIEWS | ||
1 | ||
1 |
4 changes: 2 additions & 2 deletions
4
tests/suites/0_stateless/01_system/01_0003_information_schema.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
show tables from information_schema; | ||
SHOW TABLES FROM INFORMATION_SCHEMA; | ||
|
||
select count(1) > 1 from information_schema.columns; | ||
select count(1) > 1 from information_Schema.Columns; | ||
-- select count(1) > 1 from information_schema.columns; | ||
-- select count(1) > 1 from information_Schema.Columns; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SELECT * FROM system.engines ORDER BY Engine LIMIT 1,2; | ||
SELECT * FROM system.engines ORDER BY Engine LIMIT 2 offset 1; |
4 changes: 0 additions & 4 deletions
4
tests/suites/0_stateless/02_function/02_0004_function_name_display.result
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
tests/suites/0_stateless/02_function/02_0004_function_name_display.sql
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
tests/suites/0_stateless/02_function/02_0004_function_name_display_cluster.result
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.