infi.clickhouse_orm/tests
Itai Shirav d02d6b14eb - Added ne and not_in queryset operators
- Querysets no longer have a default order when `order_by` is not called
- Added `autocreate` flag to database initializer
- Fix for SELECT FROM JOIN (#37)
2017-06-15 12:19:17 +03: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 Refactor tests with data 2017-04-24 13:14:13 +03:00
test_alias_fields.py fix unicode params for Py2 2017-06-06 20:16:56 +05:00
test_array_fields.py Bug fix - parse_array fails on int arrays 2016-09-15 12:03:41 +03:00
test_buffer.py Refactor tests with data 2017-04-24 13:14:13 +03:00
test_database.py - Added ne and not_in queryset operators 2017-06-15 12:19:17 +03:00
test_engines.py Add a couple of small tests 2017-05-05 15:22:16 +03:00
test_enum_fields.py Add support for array fields 2016-09-01 15:25:48 +03:00
test_fixed_string_fields.py Add support for FixedString fields 2017-04-25 16:03:52 +03:00
test_inheritance.py Support model class inheritance 2016-06-29 14:52:55 +03:00
test_join.py - Added ne and not_in queryset operators 2017-06-15 12:19:17 +03:00
test_materialized_fields.py fix unicode params for Py2 2017-06-06 20:16:56 +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-19 09:04:32 +02:00
test_querysets.py - Added ne and not_in queryset operators 2017-06-15 12:19:17 +03:00
test_readonly.py Fix "NameError: name 'unicode' is not defined" in python3 2017-05-14 23:11:58 +03:00
test_simple_fields.py Fix datetime tests 2017-04-04 12:41:18 +03:00
test_system_models.py fix unicode params for Py2 2017-06-06 20:16:56 +05:00