1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Document Mssql Datetim2 behavior

This commit is contained in:
Benjamin Eberlei 2011-06-05 17:21:11 +02:00
parent 26c2690536
commit a5cfd2321f

View File

@ -316,3 +316,8 @@ support all CRUD operations on views that semantically map to
certain tables. You can create views for all your problematic
tables and column names to avoid the legacy quoting nightmare.
Microsoft SQL Server and Doctrine "datetime"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Doctrine assumes that you use DateTime2 data-types. If your legacy database contains DateTime
datatypes then you have to add your own data-type (see Basic Mapping for an example).