哪吒机器人提醒:

提醒:Planet MySQL
【标题】Why SQL_MODE is essential even when not perfect
【摘要】in a recent rant on why i think sql_mode is useless…, i wanted to counteract this statement with why we must all use sql_mode, even with the inherit flaws.the fundamental principle of a database is to restore and retrieve data. when i can insert data into the database and then i select this data it is different, this is fundamentally wrong. this is a loss of essential data integrity, something a database should never do.sql_mode solves the problem of “silent truncation” in most instances, and ... (02-17 05:23)