[q-lang-cvs] q NEWS,1.141,1.142
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-16 06:59:13
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26012 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q/NEWS,v retrieving revision 1.141 retrieving revision 1.142 diff -C2 -d -r1.141 -r1.142 *** NEWS 15 Feb 2008 11:37:49 -0000 1.141 --- NEWS 16 Feb 2008 06:59:08 -0000 1.142 *************** *** 3,7 **** ======= ! * 7.11 15 February 2008 - As suggested by Rob Hubbard and John Cowan, special Unicode characters in --- 3,7 ---- ======= ! * 7.11 16 February 2008 - As suggested by Rob Hubbard and John Cowan, special Unicode characters in *************** *** 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. --- 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. Moreover, as suggested by Tim Haynes, there are a couple ! of new functions to retrieve additional metadata about a data source. |