Itai Shirav
7da75e10eb
Releasing v1.2.0
2019-07-13 10:45:19 +03:00
Roy Belio
8d5e47a957
RAMEN-206 Support LowCardinality in infi.clickhouse_orm
...
added documentation
2019-06-25 13:24:06 +03:00
Roy Belio
7fcbad44b9
RAMEN-208 Support codec compression for clickhouse
...
typo fix
2019-06-25 11:22:32 +03:00
Itai Shirav
38bb4981b8
Update docs
2019-06-25 07:46:37 +03:00
Roy Belio
bcc4c29d10
Drying get_sql methods
...
Some updates to Nullable documentation
2019-06-24 18:54:55 +03:00
Roy Belio
4d2ebd65fb
RAMEN-208 Support codec compression for clickhouse
2019-06-23 11:53:20 +03:00
Itai Shirav
7a2c8515a2
Update docs
2019-06-13 05:19:16 +03:00
Itai Shirav
4561159218
Merge branch 'develop' of https://github.com/kpotehin/infi.clickhouse_orm into kpotehin-develop
2019-06-13 05:08:59 +03:00
Itai Shirav
7946a2a272
Update docs
2019-02-27 08:58:41 +02:00
Itai Shirav
7ed62ffd2c
Merge branch 'qs-with-totals' of https://github.com/carrotquest/infi.clickhouse_orm into carrotquest-qs-with-totals
2019-02-27 08:45:22 +02:00
Itai Shirav
ba8bb1d5f4
Update docs
2019-02-27 08:42:09 +02:00
Itai Shirav
64920a96c7
Merge branch 'qs-prewhere' of https://github.com/carrotquest/infi.clickhouse_orm into carrotquest-qs-prewhere
2019-02-27 07:41:17 +02:00
Kuzma Leshakov
cb91971fd9
Fix #110
2019-02-22 14:38:12 +03:00
Kirill Potekhin
e7542dadbd
custom UUIDField deleted from tests and docs
2018-12-20 01:41:42 +03:00
Kirill Potekhin
434747894c
UUIDField added to docs
2018-12-20 01:37:15 +03:00
M1ha
d11f8b3b76
Docs updated
2018-12-19 10:10:03 +05:00
M1ha
d912bf56d7
Merge branch 'qs-prewhere' into qs-with-totals
2018-12-17 10:30:01 +05:00
M1ha
375316fbf3
Merge branch 'develop' into qs-prewhere
...
# Conflicts:
# src/infi/clickhouse_orm/query.py
2018-12-17 10:21:58 +05:00
Itai Shirav
9df82a44ec
Added verify_ssl_cert
parameter to database initializer
2018-12-14 11:13:23 +02:00
Itai Shirav
64d15cf3b6
Update docs
2018-12-14 08:34:40 +02:00
Itai Shirav
2f54b3ca5a
Merge branch 'qs-final' of https://github.com/carrotquest/infi.clickhouse_orm into carrotquest-qs-final
2018-12-14 08:31:48 +02:00
Itai Shirav
374f2dfe3e
Update docs
2018-12-14 08:20:43 +02:00
M1ha
5f4023f120
Added with_totals method
2018-12-12 15:33:35 +05:00
M1ha
12463c61b8
1) Fixed bugs
...
2) Edited the docs
3) Added test for prewhere
2018-12-11 17:25:54 +05:00
M1ha
f471da0fed
Added final() method to docs
2018-12-11 17:00:12 +05:00
Itai Shirav
4f4ce697e4
Fix description of ALIAS fields
2018-10-14 09:51:04 +03:00
Itai Shirav
f24749112e
support decimal fields
2018-10-14 09:26:07 +03:00
Itai Shirav
298927d631
Releasing v1.0.2
2018-08-21 16:01:10 +03:00
Itai Shirav
0433ac1087
docs
2018-08-13 08:41:02 +03:00
Itai Shirav
658d1da5ce
Update docs
2018-06-10 14:30:40 +03:00
Itai Shirav
2499a3f42a
Update docs
2018-05-06 14:30:29 +03:00
Itai Shirav
e4f0c5b1dd
Update docs
2018-04-22 09:03:31 +03:00
Itai Shirav
3976366913
Update docs
2018-04-21 15:29:29 +03:00
Itai Shirav
20e609f952
Update docs
2018-04-21 15:23:00 +03:00
Itai Shirav
e791923493
Update docs
2018-04-21 13:48:00 +03:00
Itai Shirav
b6229125a3
Merge branch 'custom_partitioning' of https://github.com/carrotquest/infi.clickhouse_orm into carrotquest-custom_partitioning
...
# Conflicts:
# src/infi/clickhouse_orm/engines.py
# src/infi/clickhouse_orm/models.py
# tests/test_database.py
# tests/test_engines.py
2018-04-21 13:04:19 +03:00
Itai Shirav
6fa6786a9c
Update docs
2018-04-21 12:10:30 +03:00
Ivan Ladelshchikov
f0e0c8035a
add instructions to test with tox
2018-04-21 11:49:14 +03:00
Ivan Ladelshchikov
a5f2fa4d76
add Distributed engine
2018-04-21 11:48:32 +03:00
M1ha
7fb0589692
1. Added support of custom partitioning ( https://clickhouse.yandex/docs/en/table_engines/custom_partitioning_key/ )
...
2. Added attribute server_version to Database class
3. Changed Engine.create_table_sql(), Engine.drop_table_sql(), Model.create_table_sql(), Model.drop_table_sql() parameter to db from db_name
2018-04-12 14:21:46 +05:00
Itai Shirav
cd8d82c226
Update docs
2018-04-07 15:20:33 +03:00
desile
328b924bd2
Update docs for Q objects and new operator
2017-11-30 00:21:59 +03:00
Itai Shirav
0f9487f589
Added documentation about custom fields
2017-10-31 11:36:17 +02:00
Itai Shirav
b976899f75
Added documentation about custom fields
2017-10-31 10:11:29 +02:00
Itai Shirav
b93c145cde
Merge branch 'tsionyx-develop' into develop
2017-10-30 15:28:37 +02:00
Itai Shirav
395902b9c7
Documentation
2017-10-30 15:15:12 +02:00
Ivan Ladelshchikov
38472012db
allow ISO 8601 compliant values in DateTimeField
2017-10-03 13:26:00 +04:00
M1ha
51a814732b
Merge branch 'develop' of https://github.com/Infinidat/infi.clickhouse_orm into raw_migrations
...
# Conflicts:
# docs/schema_migrations.md
# tests/sample_migrations/0010.py
# tests/sample_migrations/0011.py
2017-10-02 15:49:59 +05:00
M1ha
b28e11c69d
Added RunPython and RunSQL migration types
2017-09-20 10:08:07 +05:00
Itai Shirav
8304ddca5c
Update docs
2017-09-13 12:17:26 +03:00