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.7.1.1
LTS Haskell 22.17:0.7.2.1
Stackage Nightly 2024-04-19:0.7.2.1
Latest on Hackage:0.7.2.1

See all snapshots relational-query-HDBC appears in

BSD-3-Clause licensed by Kei Hibino, Shohei Murayama, Shohei Yasutake, Sho KURODA
This version can be pinned in stack with:relational-query-HDBC-0.7.1.1@sha256:e49b9c95da6c4b86ef7b614b4a637f5cc40785d0686823cfd84cd185eb1b5121,3946

Module documentation for 0.7.1.1

  • Database
    • Database.HDBC
      • Database.HDBC.Query
        • Database.HDBC.Query.TH
      • Database.HDBC.Record
        • Database.HDBC.Record.Delete
        • Database.HDBC.Record.Insert
        • Database.HDBC.Record.InsertQuery
        • Database.HDBC.Record.KeyUpdate
        • Database.HDBC.Record.Persistable
        • Database.HDBC.Record.Query
        • Database.HDBC.Record.Sequence
        • Database.HDBC.Record.Statement
        • Database.HDBC.Record.TH
        • Database.HDBC.Record.Update
      • Database.HDBC.Schema
        • Database.HDBC.Schema.Driver
        • Database.HDBC.Schema.IBMDB2
        • Database.HDBC.Schema.MySQL
        • Database.HDBC.Schema.Oracle
        • Database.HDBC.Schema.PostgreSQL
        • Database.HDBC.Schema.SQLServer
        • Database.HDBC.Schema.SQLite3
      • Database.HDBC.SqlValueExtra

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.

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.