Add --tinyint-as-bool flag (v2.1.4 release)

This commit is contained in:
Patrick O'brien 2017-01-02 15:16:08 +10:00
parent 5449ce7c6c
commit dea748d409
4 changed files with 42 additions and 10 deletions

View file

@ -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 (