Sha256: 339c7c63f897eb5a742377a75f4ddfa669e51d9d7e5a8537977caa4edbbcb392

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 KB

Contents

## 0.4.1 (2020-09-28)

* Require Sequel version 5.16.0 or above (@janko)

## 0.4.0 (2020-09-28)

* Return correct result of `Database#in_transaction?` after ActiveRecord transaction exited (@janko)

* Make ActiveRecord create a savepoint inside a Sequel transaction with `auto_savepoint: true` (@janko)

* Make Sequel create a savepoint inside ActiveRecord transaction with `joinable: false` (@janko)

* Improve reliability of nested transactions when combining Sequel and ActiveRecord (@janko)

* Raise error when attempting to add an `after_commit`/`after_rollback` hook on ActiveRecord transaction (@janko)

* Fix infinite loop that could happen with transactional Rails tests (@janko)

## 0.3.0 (2020-07-24)

* Fully support Sequel transaction API (all transaction options, transaction/savepoint hooks etc.) (@janko)

## 0.2.6 (2020-07-19)

* Return block result in `Sequel::Database#transaction` (@zabolotnov87, @janko)

* Fix `Sequel::Model#save_changes` or `#save` with additional options not executing (@zabolotnov87, @janko)

## 0.2.5 (2020-06-04)

* Use `#current_timestamp_utc` for the JDBC SQLite adapter as well (@HoneyryderChuck)

## 0.2.4 (2020-06-03)

* Add JRuby support for ActiveRecord 6.0 and 5.2 (@HoneyryderChuck)

* Use `#current_timestamp_utc` setting for SQLite adapter on Sequel >= 5.33 (@HoneyryderChuck)

## 0.2.3 (2020-05-25)

* Fix Ruby 2.7 kwargs warnings in `#transaction` (@HoneyryderChuck)

## 0.2.2 (2020-05-02)

* Add support for ActiveRecord 4.2 (@janko)

## 0.2.1 (2020-05-02)

* Add support for Active Record 5.0, 5.1 and 5.2 (@janko)

* Allow Sequel 4.x (@janko)

## 0.2.0 (2020-04-29)

* Rename to `sequel-activerecord_connection` and make it a Sequel extension (@janko)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sequel-activerecord_connection-0.4.1 CHANGELOG.md