relational-query-HDBC 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+5/−5 lines, 2 files
Files
relational-query-HDBC.cabal view
@@ -1,8 +1,8 @@ name: relational-query-HDBC-version: 0.1.0.0-synopsis: HDBC instance of relational join and typed query for HDBC-description: This package contains HDBC instance of relational-query and- typed query for HDBC.+version: 0.1.0.1+synopsis: HDBC instance of relational-query and typed query interface for HDBC+description: This package contains the HDBC instance of relational-query and+ the typed query interface for HDBC. Generating Database table definitions and functions for relational-query by reading table and index definitions from Database system catalogs.
src/Database/HDBC/Query/TH.hs view
@@ -50,7 +50,7 @@ -- | Generate all persistable templates against defined record like type constructor. makeRecordPersistableDefault :: Name -- ^ Type constructor name- -> Q [Dec] -- ^ Resutl declaration+ -> Q [Dec] -- ^ Result declaration makeRecordPersistableDefault recTypeName = do rr <- Relational.makeRelationalRecordDefault recTypeName (pair, (_mayNs, cts)) <- Record.reifyRecordType recTypeName