mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-22 09:06:41 +03:00
Releasing v1.0.2
This commit is contained in:
parent
a0e602f0b2
commit
298927d631
|
@ -1,7 +1,7 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
Unreleased
|
||||
v1.0.2
|
||||
----------
|
||||
- Include alias and materialized fields in queryset results
|
||||
- Check for database existence, to allow delayed creation
|
||||
|
|
|
@ -45,6 +45,13 @@ Creates the database on the ClickHouse server if it does not already exist.
|
|||
Creates a table for the given model class, if it does not exist already.
|
||||
|
||||
|
||||
#### does_table_exist(model_class)
|
||||
|
||||
|
||||
Checks whether a table for the given model class already exists.
|
||||
Note that this only checks for existence of a table with the expected name.
|
||||
|
||||
|
||||
#### drop_database()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user