[q-lang-cvs] q ChangeLog,1.327,1.328
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-15 11:53:44
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25126 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.327 retrieving revision 1.328 diff -C2 -d -r1.327 -r1.328 *** ChangeLog 15 Feb 2008 11:33:52 -0000 1.327 --- ChangeLog 15 Feb 2008 11:53:35 -0000 1.328 *************** *** 1,4 **** --- 1,8 ---- 2008-02-15 Albert Graef <Dr....@t-...> + * modules/odbc/examples/odbc_examp.q: fix up sample menagerie + database so that it works with strictly ANSI-compliant RDBMS's + without any ado + * modules/odbc/odbc.c, odbc.q: add odbc_typeinfo function (interface to SQLGetTypeInfo()), as suggested by Tim Haynes |