PNixx / clickhouse-activerecord

A Ruby database ActiveRecord driver for ClickHouse
MIT License
202 stars 100 forks source link

Fix change_column functionality #151

Closed cbisnett closed 3 months ago

cbisnett commented 4 months 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 4 months 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.