Pqt Versions Save

Postgres schema definition, sql/go, code generation package.

v0.28.0

4 months ago

This release adds support for go modules.

v0.26.0

5 years ago

Transactions support

v0.24.0

5 years ago

Formatter moved into public packagepqtfmt.

v0.25.1

5 years ago

DATE type support.

v0.21.0

6 years ago

Changes

  • Ability to join <table-name>Criteria using logical operators
  • <table-name>Or and <table-name>And utility functions

v0.20.0

6 years ago

Fixes

  • Find expression sorting map replaced by array of RowOrders to keep order of columns stable

v0.19.0

6 years ago

Fixes

  • Foreign key SQL code generates properly.

Changes

  • pqt.WithForeignKey understands properly what are primaryColumns and referenceColumns arguments. In most cases usage of this function should be changed. Arguments should be switched with each other.
  • Proper usage of pqt.Constraint across packages. In many places Columns were replaced by PrimaryColumns etc.

v0.17.0

6 years ago

Changes

  • Constraint properties renamed to reflect better what they represents
  • WithOwnerForeignKey and WithInversedForeignKey supports only many 2 many relationship
  • Iterator interface rollback, new Rows interface

v0.16.0

6 years ago

Changes

  • FindIter returns now <entity-name>Iterator interface instead of struct. Previous struct is replaced by <entity-name>Rows.

v0.15.0

6 years ago

Improvements

  • index support
  • LogFunc
  • ForeignKey function signature simplification
  • increased code coverage

Removed

  • github.com/go-kit/kit/log dependency removed
  • pqtgo.TypeMapOfStrings
  • pqt.WithType