packages feed

hsql-odbc 1.8.1 → 1.8.1.1

raw patch · 3 files changed

+4/−2 lines, 3 files

Files

ChangeLog view
@@ -1,2 +1,4 @@+2010-1-30+    1.8.1.1: removed a silly typo; thank you, Don Steward ;-) 2010-1-29     1.8.1: uses updated exception handling of hsql-1.8.1; refactorings
Database/HSQL/ODBC.hs view
@@ -142,7 +142,7 @@ {-| -} odbcDescribe :: Connection -             -> HDBCC -- ^ ODBC handle+             -> HDBC -- ^ ODBC handle              -> String -- ^ table name              -> IO [FieldDef] odbcDescribe connection hDBC table = do
hsql-odbc.cabal view
@@ -1,5 +1,5 @@ name:		hsql-odbc-version:	1.8.1+version:	1.8.1.1 Synopsis:	A Haskell Interface to ODBC.  license:	BSD3 License-file:	 LICENSE