Adding upstream version 26.15.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dfe1cec38a
commit
4bfa0e7e53
58 changed files with 4878 additions and 4677 deletions
|
@ -568,7 +568,7 @@ FROM json_data, field_ids""",
|
|||
"x ^ y",
|
||||
write={
|
||||
"": "POWER(x, y)",
|
||||
"postgres": "x ^ y",
|
||||
"postgres": "POWER(x, y)",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
|
@ -765,7 +765,7 @@ FROM json_data, field_ids""",
|
|||
"x / y ^ z",
|
||||
write={
|
||||
"": "x / POWER(y, z)",
|
||||
"postgres": "x / y ^ z",
|
||||
"postgres": "x / POWER(y, z)",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue