From: Nathan Bird Date: Wed, 10 Feb 2010 22:08:02 +0000 (-0500) Subject: On MSSQL < 2008 there is no timestamp (the default type for 'date), we use datetime... X-Git-Tag: v5.0.3~3^2~1 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=85ec9eefa107bb000198c381ffba15c8f4bb086b;hp=85ec9eefa107bb000198c381ffba15c8f4bb086b;p=clsql.git On MSSQL < 2008 there is no timestamp (the default type for 'date), we use datetime which is present on all versions of sqlserver. ---