PNixx / clickhouse-activerecord

A Ruby database ActiveRecord driver for ClickHouse
MIT License
192 stars 96 forks source link

Fix change_column functionality #151

Closed cbisnett closed 1 month ago

cbisnett commented 1 month ago

When calling the underlying ActiveRecord methods, there was an issue with the arguments not matching. This PR fixes the issue and includes additional specs to ensure this works and doesn't regress.

cbisnett commented 1 month ago

Actually this is incorrect for the master branch. This bug still exists on rails_70. For this branch this is only adding specs.

Sorry, I got my PRs mixed up.