Feb 22, 2007 16:47
Divine Strake has been cancelled - Hooray!!!
We have conquered the Daylight Savings Time problem that we had with SQL Server. SQL server doesn't store timezone info in timestamp fields, and the java implementation of RecordSet expects it to with the default getter for timestamp columns. Fortunately, there's another getter that you can specify the timezone which fixes the entire problem of mystery times.
It's been hateful to test!