Skip to content

Releases: crashtech/torque-postgresql

Fix Ruby Crash

21 Nov 06:05
Compare
Choose a tag to compare

An early return while building enum decorators caused Ruby to crash. Changed return to break fixed the problem.

Fixes to specs

20 Nov 03:34
Compare
Choose a tag to compare

Features that were not provided yet were removed from specs

Enum improvements and fixes

20 Nov 03:29
Compare
Choose a tag to compare
  • Fix enum default value on schema
  • Fix enum scopes methods

Fix issue with merger and dynamic selection

11 Sep 16:47
7fc5acb
Compare
Choose a tag to compare

Improvements to querying and enums

07 Sep 18:41
668b1cf
Compare
Choose a tag to compare
  • Fix issue with calculated operations like .count and .sum
  • Fix issue related to USING, since join tables can have a similar attribute name
  • Allow enums to be used as normal arrays

Fix for Schema Cache

01 Sep 08:03
7e5bc27
Compare
Choose a tag to compare

For some reason, there's a situation where the @data_sources on the Schema Cache gets a key-value pair of nil, breaking the sort. The issue is fixed on this version.

Production bug fixes

31 Aug 06:24
Compare
Choose a tag to compare
  • Remove it form eager_load_namespaces
  • Cache table_name/model on reset_table_name
  • Ensure that the GEM runs on production mode

Fixes to Auxiliary Statements and Logging

27 Aug 14:18
37c4fc4
Compare
Choose a tag to compare
  • Fix query logging display
  • Fix inherited auxiliary statements lookup

Fixes to inheritance table

25 Aug 20:21
9b4d4eb
Compare
Choose a tag to compare
  • Improve lookup model method
  • Fix integration with annotate GEM

Inheritance features

18 Aug 23:58
Compare
Choose a tag to compare

Fixes some minimal bugs and provides some wanted features.

The biggest addition is the Inherited Tables feature.

Querying

  • Dynamic Attributes
  • Inherited Tables