relational-query-HDBC

HDBC instance of relational-query and typed query interface for HDBC

http://khibino.github.io/haskell-relational-record/

Version on this page:0.6.5.0
LTS Haskell 22.13:0.7.2.1
Stackage Nightly 2024-03-14:0.7.2.1
Latest on Hackage:0.7.2.1

See all snapshots relational-query-HDBC appears in

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.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.

0.6.2.1

  • add tested-with 8.2.1.

0.6.2.0

  • Apply generic instances.

0.6.0.2

  • Add tested-with.

0.6.0.1

  • Update compatibility for GHC 8.
  • Drop old tests of Oracle.

0.6.0.0

  • Use updated template of persistable-record.
  • Drop persistableSqlValue.

0.5.0.0

  • Use updated template of relational-query.
  • Drop old examples of Oracle.

0.4.0.0

  • TH quotation of derive class names.

0.3.0.0

  • Hide chunksInsertActions.
  • Add withPrepareDelete.

0.2.0.0

  • Add logging interface for schema driver.