1
0
Fork 0

Merging upstream version 11.5.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 15:50:57 +01:00
parent b9525af810
commit 9782c88c58
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
106 changed files with 25262 additions and 24200 deletions

View file

@ -282,6 +282,9 @@ x * (1 - y);
-1 + 3;
2;
1 - 2 - 4;
-5;
-(-1);
1;
@ -307,19 +310,22 @@ x * (1 - y);
0.0219;
1 / 3;
0;
1 / 3;
1 / 3.0;
0.3333333333333333333333333333;
20.0 / 6;
3.333333333333333333333333333;
10 / 5;
2;
10 / 5;
(1.0 * 3) * 4 - 2 * (5 / 2);
8.0;
12.0 - 2 * (5 / 2);
6 - 2 + 4 * 2 + a;
a + 12;
12 + a;
a + 1 + 1 + 2;
a + 4;
@ -376,7 +382,7 @@ interval '1' year + date '1998-01-01';
CAST('1999-01-01' AS DATE);
interval '1' year + date '1998-01-01' + 3 * 7 * 4;
84 + CAST('1999-01-01' AS DATE);
CAST('1999-01-01' AS DATE) + 84;
date '1998-12-01' - interval '90' foo;
CAST('1998-12-01' AS DATE) - INTERVAL '90' foo;