-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't throw exception when creating database #121
base: master
Are you sure you want to change the base?
Conversation
@PNixx, what do you think? |
I will check |
Correct behavior when creating a database. Write your version of Ruby, Rails and ClickHouse. |
Ruby: 3.2.0 |
gem version? |
latest: 1.0.4 |
I also made this change based on method It contains directive 'IF EXISTS', but clickhouse-activerecord/lib/active_record/connection_adapters/clickhouse_adapter.rb Line 312 in 8e4ea2c
|
Sorry, I mistake. You set in
|
@PNixx yes |
This PR aims to fix exception when creating database.
Clickhouse docs: