crystal-db v0.11.0 Release Notes
Release Date: 2022-01-27 // about 3 years ago-
- ๐ Fix
Connection#transaction
method to return the block value as the result. (#159, #160, thanks @bcardiff) - โ Add
DB::ColumnTypeMismatchError
error with column and type information. (#156, thanks @jwoertink, @bcardiff) - ๐ Improve
DB::MappingException
error. (#129, thanks @straight-shoota) - Close connection resource when connection is lost. (#155, thanks @stakach, @bcardiff)
- Discard closed connections in the pool when they are returned. (#154, thanks @stakach)
- ๐ Fix typo in
Mode.from_rs
argument type. (#142, thanks @dukeraphaelng) - ๐ท Migrate CI to GitHub Actions. (#147, #152, thanks @oprypin, thanks @straight-shoota)
๐ This release requires Crystal 1.0.0 or later.
Note: For drivers implementations #156 adds a
abstract def next_column_index : Int32
toResultSet
so there is a breaking-change that does not affect consumers of the library. - ๐ Fix
Previous changes from v0.10.1
-
- โ Add docs for
DB::Database#setup_connection
(#139, thanks @jgaskins)
- โ Add docs for