On MSSQL < 2008 there is no timestamp (the default type for 'date), we use datetime...
authorNathan Bird <nathan@acceleration.net>
Wed, 10 Feb 2010 22:08:02 +0000 (17:08 -0500)
committerNathan Bird <nathan@acceleration.net>
Wed, 10 Feb 2010 22:08:02 +0000 (17:08 -0500)
commit85ec9eefa107bb000198c381ffba15c8f4bb086b
tree1062b8a574d7ad09735f758afcae4cd28eae6b1d
parent10639814d311ca88255cd32f7270a5df5d4fcf4c
On MSSQL < 2008 there is no timestamp (the default type for 'date), we use datetime which is present on all versions of sqlserver.
sql/generic-odbc.lisp