Commit fa5bbd7
committed
Fix keyless table schema test expectations
Updated expected results for keyless table schema queries:
- DESCRIBE keyless: Default column now shows 'NULL' instead of nil
- SHOW COLUMNS FROM keyless: Default column now shows 'NULL' instead of nil
- SHOW FULL COLUMNS FROM keyless: Default column now shows 'NULL' instead of nil
- SHOW CREATE TABLE keyless: DDL now includes 'DEFAULT NULL' clauses
Addresses bulk schema test failures caused by explicit DEFAULT NULL
additions to keyless table schema.1 parent e8c50a0 commit fa5bbd7
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10462 | 10462 | | |
10463 | 10463 | | |
10464 | 10464 | | |
10465 | | - | |
10466 | | - | |
| 10465 | + | |
| 10466 | + | |
10467 | 10467 | | |
10468 | 10468 | | |
10469 | 10469 | | |
10470 | 10470 | | |
10471 | 10471 | | |
10472 | | - | |
10473 | | - | |
| 10472 | + | |
| 10473 | + | |
10474 | 10474 | | |
10475 | 10475 | | |
10476 | 10476 | | |
10477 | 10477 | | |
10478 | 10478 | | |
10479 | | - | |
10480 | | - | |
| 10479 | + | |
| 10480 | + | |
10481 | 10481 | | |
10482 | 10482 | | |
10483 | 10483 | | |
10484 | 10484 | | |
10485 | 10485 | | |
10486 | | - | |
| 10486 | + | |
10487 | 10487 | | |
10488 | 10488 | | |
10489 | 10489 | | |
| |||
0 commit comments