5 ms·
MySQL can turn those warnings to exceptions on its own, via sql_mode [1]. New installations of MySQL 5.6 have this behaviour enabled by default on InnoDB tables
by DCoder 11y ago
MySQL can turn those warnings to exceptions on its own, via sql_mode [1]. New installations of MySQL 5.6 have this behaviour enabled by default on InnoDB tables.
[1] http://www.tocker.ca/2014/01/14/making-strict-sql_mode-the-default.html http://www.tocker.ca/2014/01/14/making-strict-sql_mode-the-d...