Itai Shirav
|
c23947c28f
|
Merge branch 'develop' into funcs
|
2020-02-07 15:12:12 +02:00 |
|
Itai Shirav
|
acccfbcaad
|
Support for using LIMIT N BY feature (simplify, additional testing, documentation)
|
2020-02-07 13:36:55 +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
|
ef30f1d1bd
|
Remove usage of six
|
2019-12-15 19:14:16 +02:00 |
|
Itai Shirav
|
4848c7f813
|
Support LowCardinality columns in ad-hoc queries
|
2019-12-12 22:09:35 +02:00 |
|
Itai Shirav
|
39f34b7c85
|
Functions WIP
|
2019-10-27 20:20:26 +02:00 |
|
Itai Shirav
|
969070f1ae
|
- Drop py2.7 support
- Add ipv4/6 fields and funcs
- Support funcs as alias/materialized expressions
|
2019-10-27 19:47:59 +02:00 |
|
Itai Shirav
|
cc0f2c4e91
|
Functions WIP
|
2019-07-13 23:01:37 +03:00 |
|
Itai Shirav
|
8a21e02862
|
Functions WIP
|
2019-07-13 22:54:16 +03:00 |
|
Itai Shirav
|
342f06e7b0
|
Merge branch 'develop' into funcs
# Conflicts:
# src/infi/clickhouse_orm/query.py
# tests/test_decimal_fields.py
# tests/test_querysets.py
|
2019-07-13 11:51:10 +03:00 |
|
Itai Shirav
|
88510aaa42
|
Merge branch 'funcs' of git.infinidat.com:host-opensource/infi.clickhouse_orm into funcs
# Conflicts:
# src/infi/clickhouse_orm/fields.py
# src/infi/clickhouse_orm/query.py
# tests/test_querysets.py
|
2019-07-13 10:58:09 +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
|
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
|
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
|
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
|
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
|
3bbf06a70a
|
TRIVIAL assertEquals ==> assertEqual
|
2019-02-26 23:24:45 +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
|
efe270b502
|
Migrations - cannot add a new materialized field after a regular field
|
2019-01-28 10:08:07 +02:00 |
|
Itai Shirav
|
7aef68ab14
|
TRIVIAL fix test that fails on whitespace diff
|
2019-01-28 10:06:13 +02:00 |
|
Itai Shirav
|
f96bd22c38
|
Functions WIP
|
2019-01-28 09:51:53 +02:00 |
|
Kirill Potekhin
|
e7542dadbd
|
custom UUIDField deleted from tests and docs
|
2018-12-20 01:41:42 +03:00 |
|
Kirill Potekhin
|
ed62cf5da7
|
tests for UUIDField
|
2018-12-20 01:36:46 +03:00 |
|
M1ha
|
6902de3b94
|
Fix fo conditions_as_sql method by review
|
2018-12-19 10:06:57 +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
|
602d0671f1
|
Functions WIP
|
2018-12-14 17:19:32 +02:00 |
|
Itai Shirav
|
9884143291
|
Added tests for multiple exclude/filter calls
|
2018-12-14 09:44:52 +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
|
5c78c315ee
|
Update test to verify issue #89
|
2018-12-14 08:29:08 +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
|
76dfdb6012
|
Fixed bug in final() method engine validation
|
2018-12-11 16:47:39 +05:00 |
|
M1ha
|
95055996ad
|
1) Further refactoring of as_sql():
merged very similar QuerySet and AggregateQuerySet methods
2) Fixed some bugs, caused by conditions_as_sql() parameters change
|
2018-12-08 11:57:08 +05:00 |
|
M1ha
|
7f38f8c654
|
Added fina() QuerySet method
Added tests for ite
Not tested in case of https://github.com/Infinidat/infi.clickhouse_orm/issues/93
|
2018-12-02 12:14:19 +05:00 |
|
Itai Shirav
|
962a1673f9
|
Functions WIP
|
2018-10-24 16:30:37 +03:00 |
|
Itai Shirav
|
bfceeb56e5
|
re-enable decimals tests
|
2018-10-15 09:00:57 +03:00 |
|
Itai Shirav
|
475492a65f
|
support decimal fields (fix test)
|
2018-10-14 12:26:45 +03:00 |
|
Itai Shirav
|
f24749112e
|
support decimal fields
|
2018-10-14 09:26:07 +03:00 |
|
Itai Shirav
|
658c7b42ee
|
Bug fix: wrong parentheses when building queries using Q objects
|
2018-10-13 19:49:12 +03:00 |
|
Itai Shirav
|
f2a731711d
|
Bug fix: QuerySet.count() ignores slicing
|
2018-10-13 19:29:36 +03:00 |
|