File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.4.0] - 2023-12-10
4+
5+ - Ensure transactions are IMMEDIATE and not DEFERRED
6+ - Ensure that our ` busy_handler ` is the very first configuration to be set on a connection
7+ - Simplify and speed up our ` busy_handler ` implementation
8+
39## [ 0.3.0] - 2023-12-06
410
511- Added a more performant implementation of the the ` timeout ` mechanism
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- activerecord-enhancedsqlite3-adapter (0.3 .0 )
4+ activerecord-enhancedsqlite3-adapter (0.4 .0 )
55 activerecord (>= 7.1 )
66 sqlite3 (~> 1.6 )
77
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module EnhancedSQLite3
4- VERSION = "0.3 .0"
4+ VERSION = "0.4 .0"
55end
You can’t perform that action at this time.
0 commit comments