activerecord-trilogy-adapter 3.1.1 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdefae6851cc1a947548be1483c2b7caf0cfa4c212e44f6729148e21e5a72179
|
|
4
|
+
data.tar.gz: 07e1d853816ccf58b1a7cda8c45cdd79e2901b5098b46afa1d9eac7c096ff9f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 776643f73ad3698495123ad6498d59cf02d77d0be66f1353a52e4f08c530946e6013316366fb62279b50a7b027fbce7e044b9bef87165e4acc5d454bb5c73252
|
|
7
|
+
data.tar.gz: afffb5839b51028ff2b33a34ee147bf5cce501e920273051eaf8054c73e76836b56a426198ef3762ba3749286222e38f27033d93e82f08cf45d5d066e6d36c0c
|
|
@@ -209,7 +209,7 @@ module ActiveRecord
|
|
|
209
209
|
def with_trilogy_connection(materialize_transactions: true, **_kwargs)
|
|
210
210
|
@lock.synchronize do
|
|
211
211
|
verify!
|
|
212
|
-
materialize_transactions if materialize_transactions
|
|
212
|
+
self.materialize_transactions if materialize_transactions
|
|
213
213
|
yield connection
|
|
214
214
|
end
|
|
215
215
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-trilogy-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GitHub Engineering
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: trilogy
|