Update of /cvsroot/htoolkit/HSQL/MySQL
In directory sc8-pr-cvs1:/tmp/cvs-serv28414/MySQL
Modified Files:
HSQL.hsc
Log Message:
Added missing argument to export list comment for connect
Index: HSQL.hsc
===================================================================
RCS file: /cvsroot/htoolkit/HSQL/MySQL/HSQL.hsc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** HSQL.hsc 5 Jan 2004 20:57:45 -0000 1.12
--- HSQL.hsc 14 Jan 2004 15:56:40 -0000 1.13
***************
*** 6,10 ****
, handleSql -- :: (SqlError -> IO a) -> IO a -> IO a
, sqlExceptions -- :: Exception -> Maybe SqlError
! , connect -- :: String -> String -> String -> IO Connection
, disconnect -- :: Connection -> IO ()
, execute -- :: Connection -> String -> IO ()
--- 6,10 ----
, handleSql -- :: (SqlError -> IO a) -> IO a -> IO a
, sqlExceptions -- :: Exception -> Maybe SqlError
! , connect -- :: String -> String -> String -> String -> IO Connection
, disconnect -- :: Connection -> IO ()
, execute -- :: Connection -> String -> IO ()
|