active_record_host_pool 4.3.0 → 4.3.1

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: fced473565b601f6ec0a0e682b254c251d653c10be16690c46470d418dd9f346
4
- data.tar.gz: 7281ce45c44d5209f16444e55caaaf4c2a059981d6a41a48d45d0f394c08b4a3
3
+ metadata.gz: bbf1c2173865a9d635564bb5cb677e42dedff46a8f44ec186799fdfd78500267
4
+ data.tar.gz: 4e4c49fd589cf06671b0d2a94042179a38321b5c2720cdfc5114366eb7448166
5
5
  SHA512:
6
- metadata.gz: a053ec7e487686f9ab3aa0b5c01912292aee086f3d9e2444e715c99f9ef278c564b2a48b8eceb68030972c10ac20c04b20745689e88efdd9ae333256a033a371
7
- data.tar.gz: d6f6bc52d1e46987faf4b7d57b7e6df43464e60ed978b3337056957f3e8d5b98ed1fc38f156ea1766b7c299ee1094a68e3ec6a13e8741117e311cb23d54ce385
6
+ metadata.gz: 670fba2e8c6ca93ea22af70ba7b3642ef22d9dcf60a9afc9dedfd8f7443b47cbd127e910092d61029b41ab99eb273d1dad3ec98be52238011d2c756195168a4a
7
+ data.tar.gz: 7bc8ea4b1998f22474b880e4deee809c8f1f29e9eee7a87befa315e5ab2b46bd4a38c1fa79e629ecb04e37f8a334ecd95c85d02a809b95bc9dd8ab70cc10315c
data/Changelog.md CHANGED
@@ -6,6 +6,10 @@ and as of v1.0.0 this project adheres to [Semantic Versioning](https://semver.or
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.3.1]
10
+
11
+ - Better compatibility with Rails 8.2 alpha.
12
+
9
13
  ## [4.3.0]
10
14
 
11
15
  ### Changed
@@ -77,7 +77,7 @@ module ActiveRecordHostPool
77
77
  end
78
78
  else
79
79
  def select_db_log_arg
80
- ActiveRecord::ConnectionAdapters::QueryIntent.new(processed_sql: "select_db #{_host_pool_desired_database}")
80
+ ActiveRecord::ConnectionAdapters::QueryIntent.new(adapter: self, processed_sql: "select_db #{_host_pool_desired_database}")
81
81
  end
82
82
  end
83
83
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveRecordHostPool
4
- VERSION = "4.3.0"
4
+ VERSION = "4.3.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_host_pool
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Quorning
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2025-11-11 00:00:00.000000000 Z
14
+ date: 2025-11-27 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activerecord