You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relevant issue: #235. I can't confirm which setting is in effect here, the setting of sql_mode when I'm experiencing the problem is STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION.
PostgreSQL and SQLite may have equivalently so-called strict mode, but I'm not familiar with them.
Quick search:
PostgreSQL: no findings.
SQLite: https://sqlite.org/src/wiki?name=StrictMode
Relevant issue: #235. I can't confirm which setting is in effect here, the setting of
sql_mode
when I'm experiencing the problem isSTRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
.A community post complains about
sql_mode
set withonly_full_group_by
: https://community.mybb.com/thread-225560-post-1339852.html#pid1339852Seems MySQL is involving more strict modes along new version releases. So some queries may break the merging in newer MySQL versions.
The text was updated successfully, but these errors were encountered: