From: <kr_...@us...> - 2003-09-25 17:20:05
|
Update of /cvsroot/htoolkit/HSQL/ODBC In directory sc8-pr-cvs1:/tmp/cvs-serv31537/ODBC Modified Files: HSQL.hsc Log Message: bugfix Index: HSQL.hsc =================================================================== RCS file: /cvsroot/htoolkit/HSQL/ODBC/HSQL.hsc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** HSQL.hsc 25 Sep 2003 16:45:30 -0000 1.4 --- HSQL.hsc 25 Sep 2003 17:20:01 -0000 1.5 *************** *** 515,519 **** getFieldValueType stmt name = (sqlType, nullable) where ! (sqlType,nullable,colNumber) = findFieldInfo name (fields stmt) 1 -- | Returns the list of fields with their types and @nullable@ flags --- 515,519 ---- getFieldValueType stmt name = (sqlType, nullable) where ! (sqlType,nullable,colNumber) = findFieldInfo name (fields stmt) 0 -- | Returns the list of fields with their types and @nullable@ flags |