We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c2690 commit a5cfd23Copy full SHA for a5cfd23
en/reference/limitations-and-known-issues.rst
@@ -316,3 +316,8 @@ support all CRUD operations on views that semantically map to
316
certain tables. You can create views for all your problematic
317
tables and column names to avoid the legacy quoting nightmare.
318
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