Commit Graph

401 Commits

Author SHA1 Message Date
Itai Shirav
669a40dd5e Merge branch 'primary-key-issue-114' of https://github.com/carrotquest/infi.clickhouse_orm into carrotquest-primary-key-issue-114 2020-05-01 16:31:43 +03:00
Itai Shirav
27eac13767 Fix tests for ClickHouse v20.3 2020-03-16 10:41:03 +02:00
Itai Shirav
54c67f2777 Fix tests for ClickHouse v20.3 2020-03-16 10:24:02 +02:00
Itai Shirav
262ce13f4d Finished Release v1.3.0 2020-02-07 14:59:57 +02:00
Itai Shirav
40e26d68b6 Releasing v1.3.0 2020-02-07 14:58:42 +02:00
Itai Shirav
17b5c629ac Convert to python 3 2020-02-07 13:37:11 +02:00
Itai Shirav
acccfbcaad Support for using LIMIT N BY feature (simplify, additional testing, documentation) 2020-02-07 13:36:55 +02:00
Itai Shirav
2d434fe61f Merge branch 'utapyngo-develop' into develop 2020-02-07 12:50:52 +02:00
utapyngo
6d7b6250c5 Support for using LIMIT N BY feature
See https://clickhouse.yandex/docs/en/query_language/select/#limit-by-clause
2020-01-20 19:53:38 +07:00
Itai Shirav
4848c7f813 Support LowCardinality columns in ad-hoc queries 2019-12-12 22:09:35 +02:00
M1ha
1b37c38bbf Added primary_key parameter 2019-07-15 13:01:45 +05:00
Itai Shirav
4749918014 Finished Release v1.2.0 2019-07-13 10:46:16 +03:00
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
3ba44608f3 RAMEN-206 Support LowCardinality in infi.clickhouse_orm 2019-06-24 14:20:18 +03:00
Roy Belio
2d3441b127 RAMEN-208 Support codec compression for clickhouse 2019-06-24 12:31:19 +03:00
Roy Belio
1889ac6372 Minor bug fixes
field creation won't allow empty string materialized field.
repliaca_name check is none
fix enum usage
typos fix
2019-06-23 11:53:58 +03:00
Roy Belio
4d2ebd65fb RAMEN-208 Support codec compression for clickhouse 2019-06-23 11:53:20 +03:00
Itai Shirav
40725372fe Finished Release v1.1.0 2019-06-13 17:20:49 +03:00
Itai Shirav
74128e0f26 Releasing v1.1.0 2019-06-13 17:20:35 +03:00
Itai Shirav
840b29499a UUIDField compatibility with Python 3 2019-06-13 08:58:39 +03:00
Itai Shirav
da87a151df Fix querysets using the SystemPart model 2019-06-13 08:38:06 +03:00
Itai Shirav
9dd1a8f409 - Add log_statements parameter to database initializer
- Fix test_merge which fails on ClickHouse v19.8.3
2019-06-13 08:12:56 +03:00
Itai Shirav
6a2509b96e Merge branch 'kpotehin-develop' into develop 2019-06-13 05:19:39 +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
cadba6f6aa Support default/alias/materialized for nullable fields 2019-06-13 05:07:56 +03:00
Itai Shirav
a765b5fe5f Format of database error messages changed, update failing tests 2019-05-12 10:27:10 +03:00
Itai Shirav
595f2023e3 Merge branch 'carrotquest-qs-with-totals' into develop 2019-02-27 08:59:02 +02:00
Itai Shirav
7946a2a272 Update docs 2019-02-27 08:58:41 +02:00
Itai Shirav
191eac4424 Remove unused method 2019-02-27 08:56:04 +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
61107d0d02 Merge branch 'carrotquest-qs-prewhere' into develop 2019-02-27 08:42:33 +02:00
Itai Shirav
ba8bb1d5f4 Update docs 2019-02-27 08:42:09 +02:00
Itai Shirav
ad81a811fc Memory engine does not support PREWHERE 2019-02-27 08:41:16 +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
Itai Shirav
6e30ce0130 Replace enum34 with enum-compat 2019-02-26 23:39:38 +02:00
Itai Shirav
3bbf06a70a TRIVIAL assertEquals ==> assertEqual 2019-02-26 23:24:45 +02:00
Itai Shirav
b8fd39c6a6 Use HTTP Basic Authentication instead of passing the credentials in the URL 2019-02-26 23:12:32 +02:00
Itai Shirav
81e942a4d2 Fix pagination when asking for the last page on a query that matches no records 2019-02-26 22:58:59 +02:00
Itai Shirav
bec45b53fa Fix parsing of server errors in ClickHouse v19.3.3+ 2019-02-26 22:46:00 +02:00
Itai Shirav
af3bdb3ff2 Merge branch 'trthhrtz-trthhrtz-issue-110-fix' into develop 2019-02-26 21:41:16 +02:00
Itai Shirav
fb5577bedd Update changelog 2019-02-26 21:40:55 +02:00
Kuzma Leshakov
cb91971fd9 Fix #110 2019-02-22 14:38:12 +03:00
Itai Shirav
0a2cff5c12 Finished Release v1.0.4 2019-01-28 10:33:22 +02:00
Itai Shirav
752ed0ccb5 Releasing v1.0.4 2019-01-28 10:32:41 +02:00
Itai Shirav
efe270b502 Migrations - cannot add a new materialized field after a regular field 2019-01-28 10:08:07 +02:00