infi.clickhouse_orm/tests
M1ha ff04ab4db8 1) Removed database params for working with SystemPart operations
2) Added _database attribute to each model, got through select
2017-02-09 16:50:06 +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 Merge branch 'develop' of https://github.com/Infinidat/infi.clickhouse_orm into develop 2017-02-08 11:09:30 +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 Fixed: 2017-02-08 15:29:24 +05:00
test_simple_fields.py Always keep datetime fields in UTC internally, and convert server timezone to UTC when parsing query results. 2017-02-07 15:25:16 +02:00
test_system_models.py 1) Removed database params for working with SystemPart operations 2017-02-09 16:50:06 +05:00