[q-lang-cvs] q ChangeLog,1.326,1.327
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-15 11:34:00
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16668 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.326 retrieving revision 1.327 diff -C2 -d -r1.326 -r1.327 *** ChangeLog 14 Feb 2008 00:53:48 -0000 1.326 --- ChangeLog 15 Feb 2008 11:33:52 -0000 1.327 *************** *** 1,2 **** --- 1,7 ---- + 2008-02-15 Albert Graef <Dr....@t-...> + + * modules/odbc/odbc.c, odbc.q: add odbc_typeinfo function + (interface to SQLGetTypeInfo()), as suggested by Tim Haynes + 2008-02-14 Albert Graef <Dr....@t-...> |