Update of /cvsroot/q-lang/q
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22035
Modified Files:
ChangeLog
Log Message:
update ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvsroot/q-lang/q/ChangeLog,v
retrieving revision 1.320
retrieving revision 1.321
diff -C2 -d -r1.320 -r1.321
*** ChangeLog 11 Feb 2008 23:05:09 -0000 1.320
--- ChangeLog 12 Feb 2008 00:40:07 -0000 1.321
***************
*** 4,7 ****
--- 4,11 ----
binding and error checking of SQLBindParameter() calls
+ This also works around some bugs in the MS Access ODBC driver,
+ which causes it to reject NULL and empty string parameter values
+ in SQL insert statements. (Bug reported by Jiri Spitz.)
+
2008-01-23 Albert Graef <Dr....@t-...>
|