1
0
Fork 0

Adding upstream version 25.29.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 21:56:11 +01:00
parent dfac4c492f
commit c61927f460
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
97 changed files with 64720 additions and 61752 deletions

View file

@ -32,6 +32,10 @@ class TestTeradata(Validator):
},
)
self.validate_identity("SELECT 0x1d", "SELECT X'1d'")
self.validate_identity("SELECT X'1D'", "SELECT X'1D'")
self.validate_identity("SELECT x'1d'", "SELECT X'1d'")
self.validate_identity(
"RENAME TABLE emp TO employee", check_command_warning=True
).assert_is(exp.Command)