Merging upstream version 11.4.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ecb42ec17f
commit
63746a3e92
89 changed files with 35352 additions and 33081 deletions
6
tests/fixtures/identity.sql
vendored
6
tests/fixtures/identity.sql
vendored
|
@ -132,6 +132,8 @@ INTERVAL '-31' CAST(GETDATE() AS DATE)
|
|||
INTERVAL 2 months
|
||||
INTERVAL (1 + 3) DAYS
|
||||
CAST('45' AS INTERVAL DAYS)
|
||||
FILTER(a, x -> x.a.b.c.d.e.f.g)
|
||||
FILTER(a, x -> FOO(x.a.b.c.d.e.f.g) + x.a.b.c.d.e.f.g)
|
||||
TIMESTAMP_DIFF(CURRENT_TIMESTAMP(), 1, DAY)
|
||||
DATETIME_DIFF(CURRENT_DATE, 1, DAY)
|
||||
QUANTILE(x, 0.5)
|
||||
|
@ -161,6 +163,10 @@ CAST('2025-11-20 00:00:00+00' AS TIMESTAMP) AT TIME ZONE 'Africa/Cairo'
|
|||
SET x = 1
|
||||
SET -v
|
||||
SET x = ';'
|
||||
SET variable = value
|
||||
SET GLOBAL variable = value
|
||||
SET LOCAL variable = value
|
||||
SET @user OFF
|
||||
COMMIT
|
||||
USE db
|
||||
USE role x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue