Sha256: e41ecc3c8ba4da985059ea138257e00899cef9f57eef55dc48245f62f14ee2e6

Contents?: true

Size: 891 Bytes

Versions: 2

Compression:

Stored size: 891 Bytes

Contents

## v51.0.0

* Forked original gem to provide JRuby support

## v5.1.6

#### Added

* Use lock hint when joining table in query.


## v5.1.5

#### Fixed

* Memoize `@@version` queries. Fixes #632


## v5.1.4

#### Fixed

* Add case insensitive comparison for better performance with CI collations. Fixes #624


## v5.1.3

#### Fixed

* Use bigint type in sqlserver_type when needed. Fixes #616


## v5.1.2

#### Fixed

* The `fast_string_to_time` method when zone local. Fixes #609 #614 #620
* Patched `Relation#build_count_subquery`. Fixes #613.
* Inserts to tables with triggers using default `OUTPUT INSERTED` style. Fixes #595.


## v5.1.1

#### Fixed

* Use `ActiveSupport.on_load` to hook into ActiveRecord Fixes #588 #598


## v5.1.0

#### Changed

* The `drop_table` with force cascade option now mimics in via pure SQL for us.

#### Added

* Support MismatchedForeignKey exception.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activerecord-jdbcsqlserver-adapter-51.0.1 CHANGELOG.md
activerecord-jdbcsqlserver-adapter-51.0.0 CHANGELOG.md