Releases: crashtech/torque-postgresql
Releases · crashtech/torque-postgresql
Association fixes
- Temporary fix for cached statements, which was causing problems with association queries.
- Allow builder methods to be used on views
- Fix save of belongs to many associations
Add support to Rails 6.1
It also includes a string performance improvement.
Foreign key fix for belongs to many
- Now
foreign_key
option and method both points to the right foreign key in the declared model
Foreign key fix for belongs to many
- Now
foreign_key
option and method both points to the right foreign key in the declared model
Scenic integration
Add integration to Scenic gem, so that its views can also be dumped on Schema dump
Scenic integration
Add integration to Scenic gem, so that its views can also be dumped on Schema dump
Small fixes
- Sort enums while writing the schema dump
- Added extra tests for insurance
Small fixes
- Sort enums while writing the schema dump
- Added extra tests for insurance
Rails 6.0 and Ruby 2.7 compatibility
This version enables the gem to work with Rails 6 and it also removes warnings regarding Ruby 2.7 named argument.
Fix multiple join sources from the same CTE
Clear the list of join sources every time that a CTE is built, avoiding wrong information or duplicated ones.