Release v1.2.2
Bux fix:
If you use type of char(1)
for generating automation, then throw Exception followings:
PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'hoge' at row 1
From PR #19 , thanks.
Bux fix:
If you use type of char(1)
for generating automation, then throw Exception followings:
PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'hoge' at row 1
From PR #19 , thanks.