All Versions
23
Latest Version
Avg Release Cycle
93 days
Latest Release
817 days ago

Changelog History
Page 1

  • v0.11.0 Changes

    January 27, 2022
    • ๐Ÿ›  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 to ResultSet so there is a breaking-change that does not affect consumers of the library.

  • v0.10.1 Changes

    March 22, 2021
    • โž• Add docs for DB::Database#setup_connection (#139, thanks @jgaskins)
  • v0.10.0 Changes

    September 30, 2020
    • ๐Ÿ›  Fix mutex deadlock in setup_connection. (#128, thanks @straight-shoota)
    • โž• Add logging for executing queries. (#134, thanks @bcardiff)
    • ๐Ÿ‘ Allow DB::Pool to be used a generic connection pool. (#131, thanks @jgaskins)

    ๐Ÿš€ This release requires Crystal 0.35.0 or later.

  • v0.9.0 Changes

    April 06, 2020
  • v0.8.0 Changes

    December 11, 2019
    • โž• Add DB::Serializable. (#115, thanks @nickbclifford)

    ๐Ÿš€ This release requires Crystal 0.25.0 or later.

  • v0.7.0 Changes

    September 20, 2019
    • (breaking-change) #exec, #query, #scalar methods require named argument for array values (#110, thanks @straight-shoota)
    • ๐Ÿ›  Fix pool issues when creating simultaneous connections. (#109, thanks @bcardiff)
    • ๐Ÿ›  Fix compatibility issues for upcoming Crystal 0.31.0. (#111, thanks @bcardiff)
    • โž• Added DB::Pool#stats. (#109, thanks @bcardiff)
  • v0.6.0 Changes

    August 02, 2019
    • ๐Ÿ›  Fix compatibility issues for Crystal 0.30.0. (#108, thanks @bcardiff)
    • ๐Ÿ›  Fix BeginTransaction#transaction rollback due to protocol error. (#101, thanks @straight-shoota)
    • CI includes Crystal nightly. (#106, thanks @bcardiff)
    • โž• Add the Cassandra driver. (#94, thanks @kaukas)
    • ๐Ÿ“„ Several docs improvements. (#99, #96, #107, thanks @nickelghost, @greenbigfrog, @MatthiasWinkelmann)
  • v0.5.1 Changes

    November 07, 2018
    • ๐Ÿ›  Fix QueryMethods#query_one? handling no rows. (#86, thanks @robdavid)
    • ๐Ÿ“š Documentation improvements. (#87, #82, #76, thanks @wontruefree, @Heaven31415, @vtambourine)
  • v0.5.0 Changes

    December 29, 2017
    • ๐Ÿ›  Fix compatibility issues for crystal 0.24.0. No changes in the api.

    api

  • v0.4.4 Changes

    December 29, 2017
    • ๐Ÿ‘ Allow query results to be read as named tuples directly (see #56, thanks @Nephos)
    • ๐Ÿ›  Fix sqlite samples in documentation (see #71, thanks @hinrik)

    api