infi.clickhouse_orm/tests
M1ha de9f64cd3a Added Merge engine
1) Divided readonly and system flags of Field model. Readonly flag only restricts insert operations, while system flag restricts also create and drop table operations

2) Added Merge engine and tests for it
3) Added docs for Merge engine
4) Added opportunity to make Field readonly. This is useful for "virtual" columns (https://clickhouse.yandex/docs/en/single/index.html#virtual-columns)
2017-09-07 17:44:27 +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
base_test_with_data.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_alias_fields.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_array_fields.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_buffer.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_database.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_engines.py Added Merge engine 2017-09-07 17:44:27 +05:00
test_enum_fields.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_fixed_string_fields.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_inheritance.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_join.py - Added ne and not_in queryset operators 2017-06-15 12:19:17 +03:00
test_materialized_fields.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_migrations.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_models.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_nullable_fields.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_querysets.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_readonly.py Added Merge engine 2017-09-07 17:44:27 +05:00
test_simple_fields.py Include unicode_literals 2017-08-20 10:37:11 +03:00
test_system_models.py Added Merge engine 2017-09-07 17:44:27 +05:00