Yitzchok / subsonicproject

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

SQL Server 2008 DateTime2 datatype processing as string #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new column in SQL server 2008 as DateTime2
2. Generate the DAL
3. The new column is processing as string

What is the expected output? What do you see instead?
Column should be processing as DateTime

What version of the product are you using? On what operating system?
SubSonic 2.1 final

Please provide any additional information below.
Column should be processing as DateTime because the range of c# DateTime
and SQL 2008 DateTime2 are the same (from 01/01/0001 to 31/12/9999)

Original issue reported on code.google.com by robin.sz...@gmail.com on 27 Mar 2009 at 10:20

GoogleCodeExporter commented 9 years ago
fixed with revision 511

Original comment by robcon...@gmail.com on 9 Apr 2009 at 3:22