From: <kr_...@us...> - 2004-01-05 20:23:30
|
Update of /cvsroot/htoolkit/HSQL/ODBC In directory sc8-pr-cvs1:/tmp/cvs-serv2607/ODBC Modified Files: HSQL.hsc Log Message: Remove debug message Index: HSQL.hsc =================================================================== RCS file: /cvsroot/htoolkit/HSQL/ODBC/HSQL.hsc,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** HSQL.hsc 5 Jan 2004 19:57:15 -0000 1.15 --- HSQL.hsc 5 Jan 2004 20:23:25 -0000 1.16 *************** *** 372,376 **** describe conn table = do stmt <- withStatement conn (\hSTMT -> sqlColumns' hSTMT table) - print (getFieldsTypes stmt) collectRows getColumnInfo stmt where --- 372,375 ---- |