Comments - SQL_MODE

5 years, 8 months ago Mike Treadgold

Does STRICT_TRANS_TABLES also set ERROR_FOR_DIVISION_BY_ZERO, NO_ZERO_DATE, and NO_ZERO_IN_DATE, as it does for MySQL?

Reference: https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_strict_trans_tables

 
5 years, 8 months ago Ian Gilfillan

No, those changes were made in MySQL 5.7, not in MariaDB.

 
5 years, 8 months ago Mike Treadgold

Thank you!

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.