Update of /cvsroot/htoolkit/HSQL/PostgreSQL
In directory sc8-pr-cvs1:/tmp/cvs-serv31537/PostgreSQL
Modified Files:
HSQL.hsc
Log Message:
bugfix
Index: HSQL.hsc
===================================================================
RCS file: /cvsroot/htoolkit/HSQL/PostgreSQL/HSQL.hsc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** HSQL.hsc 25 Sep 2003 16:45:30 -0000 1.6
--- HSQL.hsc 25 Sep 2003 17:20:01 -0000 1.7
***************
*** 606,610 ****
getFieldValueType stmt name = sqlType
where
! (sqlType,colNumber) = findFieldInfo name (fields stmt) 1
-- | Returns the list of fields with their types and @nullable@ flags
--- 606,610 ----
getFieldValueType stmt name = sqlType
where
! (sqlType,colNumber) = findFieldInfo name (fields stmt) 0
-- | Returns the list of fields with their types and @nullable@ flags
|