Skip to content

Releases: crashtech/torque-postgresql

Association fixes

27 Jan 01:22
de01e5e
Compare
Choose a tag to compare
  • 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

13 Dec 00:42
Compare
Choose a tag to compare

It also includes a string performance improvement.

Foreign key fix for belongs to many

27 Aug 02:16
Compare
Choose a tag to compare
  • Now foreign_key option and method both points to the right foreign key in the declared model

Foreign key fix for belongs to many

26 Aug 16:34
Compare
Choose a tag to compare
  • Now foreign_key option and method both points to the right foreign key in the declared model

Scenic integration

25 Aug 19:19
Compare
Choose a tag to compare

Add integration to Scenic gem, so that its views can also be dumped on Schema dump

Scenic integration

25 Aug 19:19
Compare
Choose a tag to compare

Add integration to Scenic gem, so that its views can also be dumped on Schema dump

Small fixes

09 Aug 05:53
Compare
Choose a tag to compare
  • Sort enums while writing the schema dump
  • Added extra tests for insurance

Small fixes

09 Aug 06:05
Compare
Choose a tag to compare
  • Sort enums while writing the schema dump
  • Added extra tests for insurance

Rails 6.0 and Ruby 2.7 compatibility

23 May 17:26
9a8a8a7
Compare
Choose a tag to compare

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

31 Jan 08:20
Compare
Choose a tag to compare

Clear the list of join sources every time that a CTE is built, avoiding wrong information or duplicated ones.