Merging upstream version 18.5.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ad94fdbf21
commit
11b24b93ea
67 changed files with 32690 additions and 32450 deletions
|
@ -25,7 +25,7 @@ class TestSessionCaseSensitivity(DataFrameTestBase):
|
|||
'"Test"',
|
||||
{"name": "VARCHAR"},
|
||||
"name",
|
||||
'''SELECT "TEST"."NAME" AS "NAME" FROM "Test" AS "TEST"''',
|
||||
'''SELECT "Test"."NAME" AS "NAME" FROM "Test" AS "Test"''',
|
||||
),
|
||||
(
|
||||
"Column has CS while table does not",
|
||||
|
@ -41,7 +41,7 @@ class TestSessionCaseSensitivity(DataFrameTestBase):
|
|||
'"Test"',
|
||||
{'"Name"': "VARCHAR"},
|
||||
'"Name"',
|
||||
'''SELECT "TEST"."Name" AS "Name" FROM "Test" AS "TEST"''',
|
||||
'''SELECT "Test"."Name" AS "Name" FROM "Test" AS "Test"''',
|
||||
),
|
||||
(
|
||||
"Lowercase CS table and column",
|
||||
|
@ -49,7 +49,7 @@ class TestSessionCaseSensitivity(DataFrameTestBase):
|
|||
'"test"',
|
||||
{'"name"': "VARCHAR"},
|
||||
'"name"',
|
||||
'''SELECT "TEST"."name" AS "name" FROM "test" AS "TEST"''',
|
||||
'''SELECT "test"."name" AS "name" FROM "test" AS "test"''',
|
||||
),
|
||||
(
|
||||
"CS table and column and query table but no CS in query column",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue