Releases: halcyonnouveau/estoult
Releases · halcyonnouveau/estoult
v0.7.11
- Change
allow_wildcard_select
to _allow_wildcard_select
.
v0.7.9
- Add
run --query
command to rider
.
v0.7.8
- Fix inserting on tables without primary keys.
- Allow association schemas to be given as string (with full module path)
v0.7.7
- Minor breaking change: Add
is_updating
argument to user validate function.
v0.7.6
- Rider rollback fix.
- Add sql ops:
+
, -
, *
, /
, %
.
v0.7.4
- Fix rider migrate
depends
.
v0.7.3
- Fix checking if field is an association.
v0.7.2
- Fix
has_many
associations error when preload queried is empty.