Skip to content

Releases: crashtech/torque-postgresql

Multiple schema patches

20 Jan 03:04
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

Fix for serial columns

06 Jan 15:00
Compare
Choose a tag to compare
v3.2.1

Move test to the correct place

Fix for serial columns

06 Jan 15:00
Compare
Choose a tag to compare
v2.4.1

Fix sequecen name generation to remove schema from the table name

Recursive CTEs

30 Dec 06:30
5a5ce23
Compare
Choose a tag to compare
  • Add support for recursive auxiliary statements
  • Fix problem with table creation for Rails 7

Recursive CTEs

30 Dec 06:48
d9913ae
Compare
Choose a tag to compare
  • Add support for recursive auxiliary statements

Support for multiple schemas

25 Dec 10:51
cc32661
Compare
Choose a tag to compare

Added a new feature to facilitate the management of multiple schemas.

Support for multiple schemas

25 Dec 10:52
86f4fa5
Compare
Choose a tag to compare

Added a new feature to facilitate the management of multiple schemas.

Add support to array associations using UUID

11 Apr 07:15
Compare
Choose a tag to compare

This version removes the assumption that associations are made using an integer type. It now does not take much into consideration the type, leaving PG to figure the type out or raise errors.

Add support to array associations using UUID

11 Apr 07:15
Compare
Choose a tag to compare

This version removes the assumption that associations are made using an integer type. It now does not take much into consideration the type, leaving PG to figure the type out or raise errors.

Add support to Rails 7.0

04 Apr 00:27
Compare
Choose a tag to compare

Add support to Rails 7.

Adapted super for enums since Rails 7 includes its own method to create enums.
IMPORTANT! A lot has changed in the associations' area, so beware that it may contain issues, even though all tests here are green.