Skip to content

Releases: crashtech/torque-postgresql

v4.0.0

11 Aug 01:45
7598f97
Compare
Choose a tag to compare
  • Adds support for Rails 8
  • Allow features to be easily enabled and disabled
  • Better usage of bind params on all queries
  • Massively improves the handling of array-based associations
  • No more raw override of visit_TableDefinition (great for cross gem compatibility)
  • Better support for schema as an option on several migration methods
  • Extended and yet optional predicate builders for an extended usage of where
  • Added full-text search helpers and interfaces
  • Added generated_series() PG function helpers
  • Added width_bucket() PG function helpers
  • Added ability to manage views, functions, and non-enum types

v4.0.0.rc1

29 Jul 03:22
8919f05
Compare
Choose a tag to compare
v4.0.0.rc1 Pre-release
Pre-release
  • Adds support for Rails 8
  • Allow features to be easily enabled and disabled
  • Better usage of bind params on all queries
  • Massively improves the handling of array-based associations
  • No more raw override of visit_TableDefinition (great for cross gem compatibility)
  • Better support for schema as an option on several migration methods
  • Extended and yet optional predicate builders for an extended usage of where
  • Added full-text search helpers and interfaces

v3.4.1

14 Oct 15:56
920f750
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

v2.4.5

14 Oct 15:56
ce80587
Compare
Choose a tag to compare

What's Changed

  • Fix #96 (Array Quoting) by using correct arel accessor (v2) by @crashtech in #98

Full Changelog: v2.4.4...v2.4.5

v3.4.0

18 Aug 19:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.3...v3.4.0

Patch for `belongs_to_many` association

22 Mar 02:09
Compare
Choose a tag to compare

Address #92 by fixing the setup of the belongs_to_many association by ensuring both foreing_key and primary_key are always stored as strings.

Patch for `belongs_to_many` association

22 Mar 02:13
Compare
Choose a tag to compare

Address #92 by fixing the setup of the belongs_to_many association by ensuring both foreing_key and primary_key are always stored as strings.

Patch for `belongs_to_many` association

13 Mar 15:59
Compare
Choose a tag to compare

Address #91 by adding tests and fixing the right way of reading the "ids" of the connection of the association.

Patch for `belongs_to_many` association

13 Mar 16:05
Compare
Choose a tag to compare

Address #91 by adding tests and fixing the right way of reading the "ids" of the connection of the association.

Patch for advanced active record 7.1 feature

05 Jan 18:31
Compare
Choose a tag to compare

Fix has many array features fro models that use query_constraints.