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: docs/content/connection-options.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,9 +241,9 @@ These are the other options that MySqlConnector supports. They are set to sensib
241
241
<tr>
242
242
<td>AllowZeroDateTime, Allow Zero DateTime</td>
243
243
<td>false</td>
244
-
<td>If set to <c>true</c> all `DATE`, `DATETIME` and `TIMESTAMP` columns are returned as `MySqlDateTime` objects instead of `DateTime`.
245
-
This allows the special “zero” date value `0000-00-00` to be retrieved from the database. If <code>false</code> (the default)
246
-
date columns are returned as `DateTime` values, and an exception is thrown for unrepresentable dates.</td>
244
+
<td>If set to <c>true</c> all <code>DATE</code>, <code>DATETIME</code> and <code>TIMESTAMP</code> columns are returned as <code>MySqlDateTime</code> objects instead of <code>DateTime</code>.
245
+
This allows the special “zero” date value <code>0000-00-00</code> to be retrieved from the database. If <code>false</code> (the default)
246
+
date columns are returned as <code>DateTime</code> values, and an exception is thrown for unrepresentable dates.</td>
0 commit comments