1
0
Fork 0

Adding upstream version 9.0.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 14:49:58 +01:00
parent fca0265317
commit 40002be1ba
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
22 changed files with 742 additions and 223 deletions

View file

@ -105,6 +105,15 @@ class TestBigQuery(Validator):
"spark": "x IS NULL",
},
)
self.validate_all(
"CURRENT_DATE",
read={
"tsql": "GETDATE()",
},
write={
"tsql": "GETDATE()",
},
)
self.validate_all(
"current_datetime",
write={