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.
Changes
0.7.1.1
fix build for old GHCs.
0.7.1.0
add convertible instances of Word8 type and Word16 type.
add foldlFetch and forFetch.
0.7.0.1
update haddock about bracketed-prepare operations.
0.7.0.0
support overwriting of type-map along with column-name.
replace execute and executeNoFetch.
0.6.8.1
apply renamed LiteralSQL class.
0.6.8.0
apply enableWarning flag in Config type.
0.6.7.1
fix. do safe convert for integral conversion from SQL value.
add test suite of conversion from and to SQL value.
0.6.7.0
add bulkInsert definitions, and deprecate chunksInsert.
enable the mis-disabled warning message of executeNoFetch.
make statement operations strict.
0.6.6.1
update version constraint. ( along with re-versioned relational-query. )
0.6.6.0
add a portable sequence number operation.
defaultly use custom configuration in defineTableFromDB.
0.6.5.0
apply relational-query-0.10.0
0.6.4.1
apply integrated namespace with new exported symbols.
0.6.4.0
add new function name definitions to execute bounded statement.