Commit Graph

447 Commits

Author SHA1 Message Date
Itai Shirav
85d0fb66b6 Use Python 3.8 2020-05-28 23:07:59 +03:00
Itai Shirav
f0bef7f75d Allow assignment of NO_VALUE to fields 2020-05-28 23:02:55 +03:00
Itai Shirav
56cf86a246 docs 2020-05-28 23:02:34 +03:00
Itai Shirav
6702cffe72 TRIVIAL add test 2020-05-28 19:38:51 +03:00
Itai Shirav
113ac7ad4a docs 2020-05-28 19:38:41 +03:00
Itai Shirav
e97e48a695 Fix test in for latest clickhouse version 2020-05-28 18:17:52 +03:00
Itai Shirav
f084b6e95f docs 2020-05-28 18:07:45 +03:00
Itai Shirav
9e119f33e6 docs 2020-05-16 12:15:14 +03:00
Itai Shirav
9697157d6b allow expressions in MergeTree params 2020-05-16 12:15:01 +03:00
Itai Shirav
ce784d7af7 Merge branch 'develop' into funcs 2020-05-16 09:29:23 +03:00
Itai Shirav
0c89989519 Finished Release v1.4.0 2020-05-16 09:28:23 +03:00
Itai Shirav
fcb28b8c9f Releasing v1.4.0 2020-05-16 09:26:43 +03:00
Itai Shirav
613e594fa9 docs 2020-05-16 09:25:05 +03:00
Itai Shirav
00bf7eeb75 count() and paginate() - accept conditions as expressions and Q objects 2020-05-16 09:24:31 +03:00
Itai Shirav
6dee101593 - improve imports
- documentation updates
2020-05-01 20:11:40 +03:00
Itai Shirav
677e08f723 Merge branch 'develop' into funcs
# Conflicts:
#	src/infi/clickhouse_orm/engines.py
#	src/infi/clickhouse_orm/fields.py
2020-05-01 17:27:54 +03:00
Itai Shirav
3019647339 TRIVIAL update changelog 2020-05-01 16:44:54 +03:00
Itai Shirav
d1ba26af20 TRIVIAL test negative enum values 2020-05-01 16:44:20 +03:00
Itai Shirav
7497a3f021 Merge branch 'Romamo-develop' into develop 2020-05-01 16:37:04 +03:00
Itai Shirav
bce87c40c1 Merge branch 'develop' of https://github.com/Romamo/infi.clickhouse_orm into Romamo-develop 2020-05-01 16:36:51 +03:00
Itai Shirav
c27c125d61 TRIVIAL update changelog 2020-05-01 16:35:39 +03:00
Itai Shirav
eb97f60cac Merge branch 'carrotquest-primary-key-issue-114' into develop 2020-05-01 16:33:10 +03:00
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
127824c026 TRIVIAL add __repr__ to Field class 2020-05-01 16:28:15 +03:00
Itai Shirav
3c38c8ec40 Functions WIP 2020-04-19 07:17:52 +03:00
Itai Shirav
2e586fa61c Merge branch 'develop' into funcs
# Conflicts:
#	tests/test_database.py
2020-04-14 23:04:14 +03:00
Itai Shirav
7b3eb943e2 Functions WIP 2020-04-14 23:03:11 +03:00
Itai Shirav
19439e45ef Functions WIP 2020-04-14 06:24:37 +03:00
Itai Shirav
db3dc70ebf Functions WIP 2020-04-12 20:51:22 +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
romamo
39a812b134
Fixed ignoring of negative enum values 2020-03-04 15:02:43 +02:00
Itai Shirav
9f36b17fee - move NO_VALUE to utils
- dynamic generation of func variants (...OrZero, ...OrNull)
2020-02-16 19:35:18 +02:00
Itai Shirav
25c4a6710e - funcs support in limit_by
- aggregate functions wip
2020-02-09 19:20:56 +02:00
Itai Shirav
93747f7758 Improve docs 2020-02-08 18:14:50 +02:00
Itai Shirav
4ffc27100d Support for function-based DEFAULT values, not only literals #36 2020-02-08 12:12:42 +02:00
Itai Shirav
ffeed4a6a4 Support for function-based DEFAULT values, not only literals #36 2020-02-08 12:05:48 +02:00
Itai Shirav
0a94ac98a3 Minor fixes 2020-02-07 15:30:15 +02:00
Itai Shirav
c23947c28f Merge branch 'develop' into funcs 2020-02-07 15:12:12 +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
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
M1ha
1b37c38bbf Added primary_key parameter 2019-07-15 13:01:45 +05:00