sql
This commit is contained in:
20
lib/sql/test/CDB_QueryStatementsTest_expect
Normal file
20
lib/sql/test/CDB_QueryStatementsTest_expect
Normal file
@@ -0,0 +1,20 @@
|
||||
SET
|
||||
1|1|SELECT * FROM geometry_columns
|
||||
2|1|SELECT * FROM geometry_columns
|
||||
3|1|SELECT * FROM geometry_columns
|
||||
4|1|CREATE table "my'tab;le" ("$" int)
|
||||
4|2|SELECT '1','$$', '$hello$', "$" FROM "my'tab;le"
|
||||
4|3|CREATE function "hi'there" ("'" text default '$') returns void as $h$ declare a int; b text; begin b='hi'; return; end; $h$ language 'plpgsql'
|
||||
4|4|SELECT 5
|
||||
5|1|INSER INTO "my''""t" values ('''','""'';;')
|
||||
5|2|SELECT $qu;oted$ hi $qu;oted$
|
||||
6|1|SELECT
|
||||
1
|
||||
6|2|SELECT
|
||||
2
|
||||
7|1|/a
|
||||
7|2|b
|
||||
7|3|c
|
||||
7|4|d
|
||||
8|1|SELECT $quoted$ hi
|
||||
$quoted$
|
||||
Reference in New Issue
Block a user