Add --tinyint-as-bool flag (v2.1.4 release)
This commit is contained in:
parent
5449ce7c6c
commit
dea748d409
4 changed files with 42 additions and 10 deletions
testdata
4
testdata/mysql_test_schema.sql
vendored
4
testdata/mysql_test_schema.sql
vendored
|
@ -135,7 +135,9 @@ CREATE TABLE magicest (
|
|||
aaaa char NULL,
|
||||
bbbb char NOT NULL,
|
||||
cccc text NULL,
|
||||
dddd text NOT NULL
|
||||
dddd text NOT NULL,
|
||||
eeee tinyint(2) NULL,
|
||||
ffff tinyint(2) NOT NULL
|
||||
);
|
||||
|
||||
create table owner (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue