Releases: Crecto/crecto
Releases · Crecto/crecto
V 0.4.0
Repo.get
now raisesNoResults
error if no record is found- MULTI + TRANSACTIONS!
V 0.3.5
Repo#aggregate
methodshas_one
relation type- added
require "json"
update_all
method override to allow for named tuples
V 0.3.4
- fixed has_many through preloads when join association doesn’t exist
- include
JSON.mapping
in schema
v 0.3.3
close result sets so pool is released correctly
V 0.3.1
- Mysql Adapter
- moved association
preload
toQuery
instead ofRepo.all
option - joins queries and
has_many through
associations
V 0.3.0
- Check for result.rows.size in queries - @neovintage
or_where
queriesupdate_all
queriesdelete_all
queries- raw (aribtrary) sql queries (i.e.
Crecto::Repo.query("select * from users")
) - @neovintage - now using
crystal-db
has_many
associations, with preloadbelongs_to
assocaitions
V 0.2.0
- Added this changelog
- Paramterized queries to prevent SQL Injection
- Generic / proc validations - @neovintage
- ActiveRecord style validations - @cjgajard
BIGINT
support - @neovintage
v 0.1.0
First release:
- Schema
- Repo
- Queries
- Changeset
- Postgres Adapter