Skip to content

Releases: crashtech/torque-postgresql

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.

Add Rails 7.1 support

18 Nov 20:47
bdeb93a
Compare
Choose a tag to compare

This version now supports Rails 7.1 with a proper connection-based schema cache.

Multiple schema patches

20 Jan 03:05
Compare
Choose a tag to compare
  • Fix and add tests to revert the creation of a table that has a schema
  • Fix the table name where the parent module is the one providing the schema