infi.clickhouse_orm/tests
M1ha 64435c77fa 1) Replaced is_insertable() field mehtod with readonly property (unification with model and tables)
2) Method SystemPart.all() was replaced with get()
3) Added conditions parameter to SystemPart.get() and SystemPart.get_active() methods.
2017-02-08 10:40:14 +05:00
..
sample_migrations Added MaterializedField and AliasField 2017-01-26 15:43:41 +05:00
__init__.py migrations support 2016-07-05 16:20:18 +03:00
test_alias_fields.py Rewritten Alias and Materialized fields to field parameters like default. 2017-01-27 10:46:12 +05:00
test_array_fields.py Bug fix - parse_array fails on int arrays 2016-09-15 12:03:41 +03:00
test_database.py 1) Added readonly models 2017-01-31 12:44:02 +05:00
test_enum_fields.py Add support for array fields 2016-09-01 15:25:48 +03:00
test_inheritance.py Support model class inheritance 2016-06-29 14:52:55 +03:00
test_materialized_fields.py Rewritten Alias and Materialized fields to field parameters like default. 2017-01-27 10:46:12 +05:00
test_migrations.py Rewritten Alias and Materialized fields to field parameters like default. 2017-01-27 10:46:12 +05:00
test_models.py 1) Added to_dict model method 2017-01-31 18:19:58 +05:00
test_system_models.py 1) Replaced is_insertable() field mehtod with readonly property (unification with model and tables) 2017-02-08 10:40:14 +05:00