Merging upstream version 17.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
aa315e6009
commit
aae08e0bb3
64 changed files with 12465 additions and 11885 deletions
6
tests/fixtures/optimizer/optimizer.sql
vendored
6
tests/fixtures/optimizer/optimizer.sql
vendored
|
@ -944,3 +944,9 @@ SELECT
|
|||
FROM "m"
|
||||
JOIN "n" AS "foo"("a")
|
||||
ON "m"."a" = "foo"."a";
|
||||
|
||||
# title: reduction of string concatenation that uses CONCAT(..), || and +
|
||||
# execute: false
|
||||
SELECT CONCAT('a', 'b') || CONCAT(CONCAT('c', 'd'), CONCAT('e', 'f')) + ('g' || 'h' || 'i');
|
||||
SELECT
|
||||
'abcdefghi' AS "_col_0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue