Changelog of @hackage/pg-schema 0.6.1.1

Changelog for pg-schema

0.6.1.0

  • Bug fixing (ins/upsertJSON for json db-fields)

0.6.0.0

  • Using Renamer for QueryParams and Cond
  • Improve error messaging
  • Support for 'UnsafeCol'
  • Check possibility of type conversions for select-list/insert/update (it was broken in 0.5.0)
  • Check optional/mandatory for parent references is SELECT
  • Added qPathFromHere/qPathToHere. Self-reference require explicit direction in qPathXXX

0.5.2.0

  • Bug fixing (Problem with Self-references)

0.5.1.1

  • Improve error messaging

0.5.1.0

  • Bug fixing (TF stucks in some cases)

0.5.0.0

  • First release on Hackage