Open LPauzies opened 1 month ago
ClickHouse has changed the default database name from local
to default
. But still the default database is not persistent.
So, the easiest way to fix is just use another db name for your database otherthan default
I'm using :
I'm trying to execute this python :
Here is the content of "../../dumps/clickhouse_alembic_dump.sql" :
When executing my test, it comes with this error :
When I try to check the structure of the "default" database before loading my .sql file :
It gives me this, without a single "default" database existing :
NB: This code worked in chdb 1.4.1, and when upgrading it, it explodes. Is it a regression ? Is it a bug ?