google-code-export / dataobjectsdotnet

Automatically exported from code.google.com/p/dataobjectsdotnet
0 stars 0 forks source link

Support for "date" type #819

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See http://msdn.microsoft.com/en-us/library/bb630352.aspx

It should be DateTime w/o time part in CLR.

Benefits:
- Explicit value check on persist must help to avoid mistakes with DateTime 
containing time part, when it actually shouldn't be there. As far as I can 
judge, pure "date" is used more frequently then "date-time" pair.
- Smaller indexes. Obviously.

Original issue reported on code.google.com by alex.yakunin on 21 Sep 2010 at 1:54