infi.clickhouse_orm/src/infi/clickhouse_orm
2017-04-24 13:13:31 +03:00
..
__init__.py rename project 2016-06-23 15:46:11 +03:00
database.py Fixed "TypeError: a bytes-like object is required, not 'str'" on \n insertions 2017-04-06 11:12:59 +05:00
engines.py Add tests for engine types 2017-04-04 15:21:08 +03:00
fields.py Performance improvement: skip utils.escape for numeric fields 2017-04-05 18:19:12 +03:00
migrations.py Add support for enum fields 2016-08-31 15:43:06 +03:00
models.py initial work on query builder 2017-04-24 13:13:31 +03:00
query.py initial work on query builder 2017-04-24 13:13:31 +03:00
system_models.py 1) Removed database params for working with SystemPart operations 2017-02-19 09:04:32 +02:00
utils.py Greatly improve performance when inserting large strings (credit to M1hacka for identifying the problem) 2017-04-05 17:09:56 +03:00