Re: Patch for clsql-odbc

Russ Tyndall <[email protected]> Mon, 28 Nov 2011 16:58:17 -0500
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
Thanks for this patch, we use the ODBC backend fairly extensively so 
this should help us as well.

I will apply the patch, test it and then push it up stream.  Expect to 
see it in the next few days.

Cheers,
Russ Tyndall
Acceleration.net


On 11/28/2011 4:31 PM, Francisco Vides Fernández wrote:
> Ups. The previous patch had some errors (a discarded attempt to use
> local-time, before noticing that clsql-sys:time existed). I've attached
> a new patch.
>
> Sorry for the inconvenience.
>
> El 28/11/11 22:25, Francisco Vides Fernández escribió:
>> Dear list
>>
>> I've found a problem at the odbc driver of clsql, in the last version
>> installed from quicklisp, 6.0.1-1 acording to debian/changelog in
>> reading dates before 1900-01-01, because clsql-odbc uses universal-time
>> which can't represent dates before that.
>>
>> I've developed the attached patch (which Works For Me (tm)), that
>> converts directly from a pointer to the odbc value to clsql-sys:time,
>> which in fact overcomes the universal-time limits.
>>
>> HTH.
>>
>> Many thanks
>>
>
>
>
> _______________________________________________
> CLSQL mailing list
> [email protected]
> http://lists.b9.com/cgi-bin/mailman/listinfo/clsql

_______________________________________________
CLSQL mailing list
[email protected]
http://lists.b9.com/cgi-bin/mailman/listinfo/clsql