Skip to content

Commit a5cfd23

Browse files
committed
Document Mssql Datetim2 behavior
1 parent 26c2690 commit a5cfd23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

en/reference/limitations-and-known-issues.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,8 @@ support all CRUD operations on views that semantically map to
316316
certain tables. You can create views for all your problematic
317317
tables and column names to avoid the legacy quoting nightmare.
318318

319+
Microsoft SQL Server and Doctrine "datetime"
320+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
321+
322+
Doctrine assumes that you use DateTime2 data-types. If your legacy database contains DateTime
323+
datatypes then you have to add your own data-type (see Basic Mapping for an example).

0 commit comments

Comments
 (0)