Update of /cvsroot/q-lang/q
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17936
Modified Files:
NEWS
Log Message:
update NEWS
Index: NEWS
===================================================================
RCS file: /cvsroot/q-lang/q/NEWS,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** NEWS 12 Feb 2008 02:25:57 -0000 1.139
--- NEWS 15 Feb 2008 11:36:53 -0000 1.140
***************
*** 22,27 ****
reject NULL and empty string parameter values in SQL insert statements.
(Bug reported by Jiri Spitz.) The odbc_examp.q script now also works with MS
! Access on Windows, if you uncomment a single line in the script (see the
! ChangeLog for details).
--- 22,28 ----
reject NULL and empty string parameter values in SQL insert statements.
(Bug reported by Jiri Spitz.) The odbc_examp.q script now also works with MS
! Access on Windows. Moreover, as suggested by Tim Haynes, two new functions
! (odbc_getinfo, odbc_typeinfo) to retrieve metadata and type information of a
! data source have been added.
|