Releases: crashtech/torque-postgresql
Releases · crashtech/torque-postgresql
v3.4.1
What's Changed
- Fix #96 (Array Quoting) by using correct Arel accessor by @crashtech in #97
Full Changelog: v3.4.0...v3.4.1
v2.4.5
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
What's Changed
- Ensure queries virtual attributes do not cause a crash by @etoundi2nd in #93
- Add Rails 7.2 support by @crashtech in #95
New Contributors
- @etoundi2nd made their first contribution in #93
Full Changelog: v3.3.3...v3.4.0
Patch for `belongs_to_many` association
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
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
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
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
Fix has many array features fro models that use query_constraints
.
Add Rails 7.1 support
This version now supports Rails 7.1 with a proper connection-based schema cache.
Multiple schema patches
- 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