Skip to content

Commit 5283fb1

Browse files
committed
Fix incorrect code formatting.
1 parent 6e0b225 commit 5283fb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/connection-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ These are the other options that MySqlConnector supports. They are set to sensib
241241
<tr>
242242
<td>AllowZeroDateTime, Allow Zero DateTime</td>
243243
<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>
247247
</tr>
248248
<tr>
249249
<td>ApplicationName, Application Name</td>

0 commit comments

Comments
 (0)