Itai Shirav
|
7acfc411d8
|
Remove __future__
|
2020-07-14 22:01:32 +03:00 |
|
Itai Shirav
|
c0bdbb7664
|
Added usage examples
|
2020-07-14 21:57:24 +03:00 |
|
Itai Shirav
|
bc900c2ef1
|
Skip mutations test on old ClickHouse versions
|
2020-06-27 00:26:21 +03:00 |
|
Itai Shirav
|
436c296609
|
Support for mutations: QuerySet.update and QuerySet.delete
|
2020-06-27 00:02:11 +03:00 |
|
Itai Shirav
|
40a1e21348
|
Added usage examples
|
2020-06-26 17:53:39 +03:00 |
|
Itai Shirav
|
633c7ee1e9
|
Refactor get_sql in enum fields
|
2020-06-23 11:43:37 +03:00 |
|
Itai Shirav
|
f35333a7b6
|
Support FINAL for ReplacingMergeTree
|
2020-06-23 11:37:41 +03:00 |
|
Itai Shirav
|
3d12bdb556
|
Merge branch 'ProjektA-master' into develop
|
2020-06-23 11:33:26 +03:00 |
|
Itai Shirav
|
c5a083e2bc
|
Merge branch 'master' of https://github.com/ProjektA/infi.clickhouse_orm into ProjektA-master
|
2020-06-23 11:33:16 +03:00 |
|
Itai Shirav
|
8fea844d70
|
DateTime64 field - additional fixes & docs
|
2020-06-23 11:32:43 +03:00 |
|
Itai Shirav
|
c45bd07cea
|
Remove type hints - not supported in Python 3.5
|
2020-06-23 11:26:43 +03:00 |
|
Itai Shirav
|
f98dead1ab
|
DateTime64 field - additional fixes & docs
|
2020-06-23 11:26:20 +03:00 |
|
Itai Shirav
|
7fe76c185d
|
DateTime64 field - additional fixes & docs
|
2020-06-23 11:04:42 +03:00 |
|
Christian Pedersen
|
45552fdb97
|
Support FINAL for ReplacingMergeTree
|
2020-06-23 09:35:13 +02:00 |
|
Itai Shirav
|
0dece65b7b
|
Merge branch 'NiyazNz-feature/DateTime64' into develop
|
2020-06-22 23:24:12 +03:00 |
|
Niyaz Batyrshin
|
888f8dc4da
|
fix docs
|
2020-06-12 11:51:25 +03:00 |
|
Niyaz Batyrshin
|
2a38c5200c
|
test DateTime64 timezones
|
2020-06-12 11:50:53 +03:00 |
|
Niyaz Batyrshin
|
f30cb87e60
|
* timezone support moved to base DateTimeField class, timezone accepts string value or pytz.timezone
* test timezones and DateTime64 precision
|
2020-06-12 11:29:47 +03:00 |
|
Niyaz Batyrshin
|
bbab55e6d6
|
Merge remote-tracking branch 'origin/develop' into feature/DateTime64
# Conflicts:
# src/infi/clickhouse_orm/models.py
|
2020-06-07 13:24:00 +03:00 |
|
Niyaz Batyrshin
|
62ad18d8ff
|
removes error reraising
|
2020-06-07 13:14:18 +03:00 |
|
Niyaz Batyrshin
|
ed51ad5be6
|
DateTime64 field
closes #145
|
2020-06-07 12:50:45 +03:00 |
|
Itai Shirav
|
667cde1685
|
Support for data skipping indexes
|
2020-06-06 21:34:09 +03:00 |
|
Itai Shirav
|
aaa1038a70
|
Support for data skipping indexes
|
2020-06-06 21:21:18 +03:00 |
|
Itai Shirav
|
4be1b0437f
|
Support for data skipping indexes
|
2020-06-06 21:06:29 +03:00 |
|
Itai Shirav
|
635197de38
|
Support for data skipping indexes
|
2020-06-06 20:56:32 +03:00 |
|
Itai Shirav
|
22cd908a49
|
Support for model constraints
|
2020-06-06 11:37:25 +03:00 |
|
Itai Shirav
|
ffd9bab0ef
|
Support for model constraints
|
2020-06-06 11:07:25 +03:00 |
|
Itai Shirav
|
393209e624
|
Support for model constraints
|
2020-06-06 11:07:01 +03:00 |
|
Itai Shirav
|
4616f8cb0e
|
Finished Release v2.0.1
|
2020-05-30 15:49:00 +03:00 |
|
Itai Shirav
|
afd9bb5a09
|
Remove unnecessary import of six
|
2020-05-30 15:30:17 +03:00 |
|
Itai Shirav
|
4f0624d35c
|
Finished Release v2.0.0
|
2020-05-29 15:50:11 +03:00 |
|
Itai Shirav
|
3ec54e510c
|
Fix tests that fail on older ClickHouse versions
|
2020-05-29 12:53:14 +03:00 |
|
Itai Shirav
|
b2af10b11c
|
Fix tests that fail on older ClickHouse versions
|
2020-05-29 12:23:20 +03:00 |
|
Itai Shirav
|
0c2d0f0ffd
|
Fix tests that fail on older ClickHouse versions
|
2020-05-29 11:32:49 +03:00 |
|
Itai Shirav
|
5d97b4c84a
|
Fix tests that fail on older ClickHouse versions
|
2020-05-29 11:08:30 +03:00 |
|
Itai Shirav
|
3fb3936a8a
|
Fix tests that fail on older ClickHouse versions
|
2020-05-29 01:59:07 +03:00 |
|
Itai Shirav
|
efebfc67ed
|
Ignore functions that don't exist in the used ClickHouse version
|
2020-05-29 01:37:13 +03:00 |
|
Itai Shirav
|
bde5c75eba
|
Python 3.5 does not support f-strings
|
2020-05-29 01:36:53 +03:00 |
|
Itai Shirav
|
a8c88a499a
|
Skip some tests when the server isn't in UTC timezone
|
2020-05-29 00:12:00 +03:00 |
|
Itai Shirav
|
33ad54d6de
|
Skip some tests when the server isn't in UTC timezone
|
2020-05-29 00:05:28 +03:00 |
|
Itai Shirav
|
39eea8490f
|
Get rid of some python warnings
|
2020-05-28 23:16:37 +03:00 |
|
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 |
|