In ODBC backend, avoid going through the common lisp universal time
authorRuss Tyndall <russ@acceleration.net>
Mon, 28 Nov 2011 22:44:20 +0000 (17:44 -0500)
committerRuss Tyndall <russ@acceleration.net>
Mon, 28 Nov 2011 22:48:20 +0000 (17:48 -0500)
commitfe87a628ea15671152fb0c8f0d20217c8a21794e
tree7c73971d87f1d7750f893eb41eb5a5c5d652ca4e
parent1695d53021c689589567c1911ab79b64526a52f7
In ODBC backend, avoid going through the common lisp universal time
type (because it lacks support for historic dates) when doing date
conversions.  Instead use CLSQL date/time types.

*time-conversion-function* renamed to *time-format*

Patch from: Francisco Vides Fernandez
ChangeLog
db-odbc/odbc-api.lisp
tests/test-time.lisp