[q-lang-cvs] q ChangeLog,1.328,1.329
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-16 06:58:57
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25977 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.328 retrieving revision 1.329 diff -C2 -d -r1.328 -r1.329 *** ChangeLog 15 Feb 2008 11:53:35 -0000 1.328 --- ChangeLog 16 Feb 2008 06:58:43 -0000 1.329 *************** *** 1,2 **** --- 1,10 ---- + 2008-02-16 Albert Graef <Dr....@t-...> + + + 7.11 + + * modules/odbc/odbc.c, odbc.q: add odbc_tables, odbc_columns, + odbc_primary_keys, odbc_foreign_keys functions to retrieve + information about tables in the current database + 2008-02-15 Albert Graef <Dr....@t-...> |