Merging upstream version 25.32.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0427d6ba05
commit
5e813f229a
51 changed files with 65446 additions and 62526 deletions
|
@ -118,6 +118,13 @@ class TestMySQL(Validator):
|
|||
"CREATE TABLE `foo` (a VARCHAR(10), INDEX idx_a (a DESC))",
|
||||
)
|
||||
|
||||
self.validate_all(
|
||||
"insert into t(i) values (default)",
|
||||
write={
|
||||
"duckdb": "INSERT INTO t (i) VALUES (DEFAULT)",
|
||||
"mysql": "INSERT INTO t (i) VALUES (DEFAULT)",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
"CREATE TABLE t (id INT UNSIGNED)",
|
||||
write={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue