Update of /cvsroot/htoolkit/HSQL/MySQL
In directory sc8-pr-cvs1:/tmp/cvs-serv31537/MySQL
Modified Files:
HSQL.hsc
Log Message:
bugfix
Index: HSQL.hsc
===================================================================
RCS file: /cvsroot/htoolkit/HSQL/MySQL/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
***************
*** 419,423 ****
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
--- 419,423 ----
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
|