Yasuo Honda
Yasuo Honda
This issue has bee fixed. If you are suffering from this exception, follow these steps. - Ruby 3.4 or released versions of Ruby : Upgrade Bundler version to 4.0.1 or...
Here are other tests fixed by this pull request. - SchemaCreateTableOptionsTest ```ruby $ ARCONN=postgresql bin/test test/cases/adapters/postgresql/schema_test.rb -n /partition_option/ Using postgresql Run options: -n /partition_option/ --seed 8907 # Running: E Error:...
PostgreSQL 18 Beta 1 has shipped with this change included. https://www.postgresql.org/docs/18/release-18.html > Disallow unlogged partitioned tables (Michael Paquier) § > Previously ALTER TABLE SET [UN]LOGGED did nothing, and the creation...
PostgreSQL 18 RC 1 has been released, and it already includes [commit e2bab2d7920](https://github.com/postgres/postgres/commit/e2bab2d7920). To prevent Rails CI from failing once PostgreSQL 18 is officially released, I am merging this change.
Backport to each stable branches have been done. 8-0-stable : https://github.com/rails/rails/commit/7fb9ea792c623e1e59b9580bace4f268e9e28e3f 7-2-stable : https://github.com/rails/rails/commit/224106da23001eb55e2c991a20c930c20e26c366 7-1-stable : https://github.com/rails/rails/commit/1eb7d24766bb016532b3756445226d1cfa8930b9
Oracle enhanced adapter 7.2.0 has been released. Thanks for your patience. https://rubygems.org/gems/activerecord-oracle_enhanced-adapter/versions/7.2.0
Closing this issue as Oracle enhanced adapter 7.2.0 has been released.