LinuxDoku / migratordotnet

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

Support for SQL 2008 DataTypes #155

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Are there plans or work going on currently to support a SQL Server 2008 dialect 
that supports the new data types in 2008 ? For example the Date type? 

Thank you,

David Guthu

Original issue reported on code.google.com by davidgu...@gmail.com on 21 Jul 2010 at 8:12

GoogleCodeExporter commented 8 years ago
I think the only types in dbTypes that are additional in SQL 2008 are the new 
time options 
(http://www.simple-talk.com/sql/learn-sql-server/sql-server-2008-the-new-data-ty
pes/)

That's Date, Time, DATETIME2, and DATETIMEOFFSET

Here's a patch that adds them

Original comment by matt.woo...@gmail.com on 5 Apr 2012 at 10:05

Attachments: