23 Apr
2018
23 Apr
'18
1:59 p.m.
Am 23.04.2018 um 15:51 schrieb Alexander Barkov:
Does anybody see any problems if in 10.4 we fix all metadata statements, such as:
- SHOW CREATE TABLE t1 - DESCRIBE t1 - SELECT * FROM INFORMATION_SCHEMA.COLUMNS not to print the default length for non-ZEROFILL columns? yes - consumer code may rely on parse outputs
and frankly i assumed that when i define a unsigned tinyit(2) in can hold 0-99 and would reject -1 oder 100 in strict-mode with an error