You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relation registry is passed as an argument to DSL blocks (in select, where, order etc.), which enables syntax like select { |r| [id, r.tasks[:title]] } (solnic)
Support for self-referenced many-to-many associations (solnic)
PG's geometric types include meta data about db types (GustavoCaso)
Fixed
Custom schema is used correctly in command results (solnic)
Schemas no longer finalize PKs (this is done in core schema already) (solnic)