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
Before v1.4, this driver used to support a driver-side "strict" mode where all MySQL warnings a treated as errors.
This mode could lead to data-corruption and broken connections (see e.g. issues #556, #602, #635).
As of v1.4, this mode has therefore been removed.
A server-side strict mode, which is safe for production use, can be set via the sql_mode system variable.
By default MySQL also treats notes as warnings. Use sql_notes=false to ignore notes.