Releases: crashtech/torque-postgresql
Releases · crashtech/torque-postgresql
Fix Ruby Crash
An early return while building enum decorators caused Ruby to crash. Changed return
to break
fixed the problem.
Fixes to specs
Features that were not provided yet were removed from specs
Enum improvements and fixes
- Fix enum default value on schema
- Fix enum scopes methods
Fix issue with merger and dynamic selection
v0.2.7 v0.2.7
Improvements to querying and enums
- 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
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
- 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
- Fix query logging display
- Fix inherited auxiliary statements lookup
Fixes to inheritance table
- Improve lookup model method
- Fix integration with
annotate
GEM
Inheritance features
Fixes some minimal bugs and provides some wanted features.
The biggest addition is the Inherited Tables feature.
Querying
- Dynamic Attributes
- Inherited Tables