Skip to content

Releases: crashtech/torque-postgresql

Insert All (upsert_all) with where condition

12 Feb 06:57
Compare
Choose a tag to compare

New Features

  • Allow upsert_all to receive a where condition to filter what records will be updated
  • Adjust belongs_to_many to support default value as []

Belongs to Many refactor

10 Feb 07:55
Compare
Choose a tag to compare
  • Closes #56 and #54
  • Improve performance by saving only once in sequential operations like concat and replace
  • Fixed inversion between BelongsToMany <=> HasMany(Array)
  • Add more tests to ensure seamless operations
  • Better integration with AutoSave association
  • Added compatibility with FX

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