shard-crystal-db/src/db
Brian J. Cardiff 121b9781d9
Update src/db/driver.cr
Co-authored-by: Beta Ziliani <beta@manas.tech>
2023-06-22 15:30:02 -03:00
..
begin_transaction.cr Close a transaction when `return`ing from within its block (#167) 2022-10-27 18:35:57 +02:00
connection.cr Introduce DB::Connection::Options 2023-05-28 22:58:55 -03:00
connection_builder.cr Use ConnectionBuilder instead of procs 2023-06-20 11:10:58 -03:00
connection_context.cr Introduce DB::Connection::Options 2023-05-28 22:58:55 -03:00
database.cr Fix inferred type when there is a single concrete connection type 2023-06-20 21:34:26 -03:00
disposable.cr fix #1. avoid marking as closed if do_close raise exception 2016-06-24 10:54:30 -03:00
driver.cr Update src/db/driver.cr 2023-06-22 15:30:02 -03:00
enumerable_concat.cr Add logging for executing queries (#134) 2020-09-25 14:49:50 -03:00
error.cr Improve DB::MappingException usage (#129) 2021-10-12 20:51:53 -03:00
mapping.cr Improve DB::MappingException usage (#129) 2021-10-12 20:51:53 -03:00
pool.cr Update src/db/pool.cr 2023-06-03 10:58:25 -03:00
pool_prepared_statement.cr Fix mt issues (#178) 2023-04-24 12:26:25 +02:00
pool_statement.cr Statement#exec and #query require named argument for array values (#110) 2019-09-20 17:23:09 -03:00
pool_unprepared_statement.cr Add type argument to QueryMethods module (#108) 2019-08-02 11:54:52 -03:00
query_methods.cr Use DB::NoResultsError on QueryMethods (#125) 2020-04-06 18:36:37 -03:00
result_set.cr Allow the use of enums (#168) 2022-10-26 16:06:14 +02:00
serializable.cr Improve DB::MappingException usage (#129) 2021-10-12 20:51:53 -03:00
session_methods.cr Add type argument to QueryMethods module (#108) 2019-08-02 11:54:52 -03:00
statement.cr Add logging for executing queries (#134) 2020-09-25 14:49:50 -03:00
string_key_cache.cr Fix mt issues (#178) 2023-04-24 12:26:25 +02:00
transaction.cr Add type argument to QueryMethods module (#108) 2019-08-02 11:54:52 -03:00
version.cr Release 0.11.0 (#157) 2022-01-27 10:56:35 -03:00