Adding upstream version 16.7.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7297023f4e
commit
0aa02fba5a
59 changed files with 16125 additions and 15681 deletions
6
tests/fixtures/optimizer/simplify.sql
vendored
6
tests/fixtures/optimizer/simplify.sql
vendored
|
@ -354,6 +354,12 @@ a + 4;
|
|||
a + (1 + 1) + (10);
|
||||
a + 12;
|
||||
|
||||
a + (1 * 1) + (1 - (1 * 1));
|
||||
a + 1;
|
||||
|
||||
a + (b * c) + (d - (e * f));
|
||||
a + b * c + (d - e * f);
|
||||
|
||||
5 + 4 * 3;
|
||||
17;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue