-
-
Notifications
You must be signed in to change notification settings - Fork 82
Creating table silently failed in default database #318
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
Comments
Seems duplicate of #269 |
Sometimes |
This should be fixed by change the default database type. Currently it's |
Is it? I even specified |
Table and Database both have engine type. If Database is memory engine, Table with MergeTree will also not persist |
Describe what's wrong
I tried to create a table in
default
database, and it fails without explicit error.If I create table in non-
default
databases, it works as expected.JakkuSakura/chdb-rust@2715433
Does it reproduce on the most recent release?
I'm using chdb v2.1.1
How to reproduce
git clone https://github.com/JakkuSakura/chdb-rust
git switch -d 271543383827da3ed42e4ae883c9d767d5f379f6
./update_libchdb.sh --local
cargo test
I didn't test other chdb clients, but here's the SQL that is falling
Message
If I add:
Then it's working
The text was updated successfully, but these errors were encountered: