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
Error: An exception occurred while executing 'UPDATE Articles SET webcode = ? WHERE IdLanguage = ? AND Number = ?' with params ["s7x5j", 1, 1]: SQLSTATE[HY000]: General error: 1785 Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.
$mysql --version
mysql Ver 14.14 Distrib 5.7.15, for FreeBSD10.2 (amd64) using EditLine wrapper
The text was updated successfully, but these errors were encountered:
Error: An exception occurred while executing 'UPDATE Articles SET webcode = ? WHERE IdLanguage = ? AND Number = ?' with params ["s7x5j", 1, 1]: SQLSTATE[HY000]: General error: 1785 Statement violates GTID consistency: Updates to non-transactional tables can only be done in either autocommitted statements or single-statement transactions, and never in the same statement as updates to transactional tables.
The text was updated successfully, but these errors were encountered: