[q-lang-cvs] q NEWS,1.138,1.139
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-12 02:26:01
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv311 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q/NEWS,v retrieving revision 1.138 retrieving revision 1.139 diff -C2 -d -r1.138 -r1.139 *** NEWS 23 Jan 2008 05:34:05 -0000 1.138 --- NEWS 12 Feb 2008 02:25:57 -0000 1.139 *************** *** 3,7 **** ======= ! * 7.11 January 2008 (work in progress) - As suggested by Rob Hubbard and John Cowan, special Unicode characters in --- 3,7 ---- ======= ! * 7.11 12 February 2008 - As suggested by Rob Hubbard and John Cowan, special Unicode characters in *************** *** 19,23 **** - The glob and regex functions were moved back from system into clib. ! As usual, please see the ChangeLog for details. --- 19,27 ---- - The glob and regex functions were moved back from system into clib. ! - Worked around some quirks with the MS Access ODBC driver which caused it to ! 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). |