Releases: crystal-lang/crystal-db
Releases · crystal-lang/crystal-db
v0.5.0
- Fix compatibility issues for crystal 0.24.0. No changes in the api.
api
v0.4.4
- Allow query results to be read as named tuples directly (see #56, thanks @Nephos)
- Fix sqlite samples in documentation (see #71, thanks @hinrik)
api
v0.4.3
- Fix connections were not released when building invalid statements. (see #65, thanks @crisward)
- Fix some exceptions were not deriving from
DB::Error
. (see #70, thanks @exts)
api
v0.4.2
- Fix compatibility issues for crystal 0.22.0
api
v0.4.1
- Add spec helper for drivers. #48
- Add
#query_each
. #18
- Fix
#read(T.class)
to deal better with unhandled types.
api
v0.4.0
- Add
DB.connect
to create non pooled connections
- Add
Database#checkout
to allow explicit checkout/release connection (see #38)
- Fix
Mapping.from_rs
closes the result_set
- Fix
Mapping
works with nilable types (see #40, thanks @RX14)
api