activerecord-jdbc-adapter 72.0-java → 72.1-java

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: f1b3740f2a2d3d25cd4ab6bf0538e3848717ac46b27f793d67b876b424a9cd02
4
- data.tar.gz: b55adb9d8ce1abbfc66c2d2ea17e70f861a877d673ada18898230503bb740ba8
3
+ metadata.gz: 432e362b96d8dd8bfddc15440173de01d54d869ef32c4fca6488dc323d83decb
4
+ data.tar.gz: 6a7a7262d2ca6169b7decc7afb510f9cbdab1f7648c507c7e72f6b10e8a2da1d
5
5
  SHA512:
6
- metadata.gz: a8c590ce9f1fda81cb270a53e8ddb07f21c46bd757ea11f6e8ee196486cdcdb843131230128cf1351787caaaa9f5a76291e33fb265b80f16128c7e0a4482187e
7
- data.tar.gz: '0479e365e2de0b5f866acd5872e41a96f693bd85c82fc0758a38cc03b365e9a93e3e3124d011fe214b9bb54e3317d17688d752aed18ad152b8035dec8b688462'
6
+ metadata.gz: 6e9c5208cbe6d46ae007063a3e37df970492c2133fdf59e414ac7f341a7e82c926cdc95b48f5b81c43bf01885efb5bb11fd4d7d09d7d68eab94dcda893cc2664
7
+ data.tar.gz: 33e36e3c845bdd0f2e953f25eb6080f06e3a91caf616b9f86b1b19fd1498e1bfd9edefeb55c80c0d7335645b955efc1da42631298e427e1dbf91add71cd70566
@@ -61,7 +61,8 @@ module ArJdbc
61
61
 
62
62
  properties["connectionCollation"] ||= config[:collation] if config[:collation]
63
63
 
64
- properties["autoReconnect"] ||= reconnect.to_s unless config[:reconnect].nil?
64
+ reconnect = config[:reconnect]
65
+ properties["autoReconnect"] ||= reconnect.to_s unless reconnect.nil?
65
66
 
66
67
  properties["noDatetimeStringSync"] = true unless properties.key?("noDatetimeStringSync")
67
68
 
@@ -1,3 +1,3 @@
1
1
  module ArJdbc
2
- VERSION = '72.0'
2
+ VERSION = '72.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-jdbc-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: '72.0'
4
+ version: '72.1'
5
5
  platform: java
6
6
  authors:
7
7
  - Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-09-23 00:00:00.000000000 Z
10
+ date: 2025-09-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activerecord