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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,9 @@ Valid Values: true, false
187
187
Default: false
188
188
```
189
189
190
-
`strict=true` enables strict mode. MySQL warnings are treated as errors.
190
+
`strict=true` enables the strict mode in which MySQL warnings are treated as errors.
191
+
192
+
By default MySQL also treats notes as warnings. Use [`sql_notes=false`](http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_sql_notes) to ignore notes. See the [examples](#examples) for an DSN example.
0 commit comments