Commit Graph

510 Commits

Author SHA1 Message Date
Kobi Tal
1ae66f63c3
Merge pull request #164 from behldizh/add-stddev-funcs-develop
Add stddev funcs to F()
2021-10-21 09:39:51 +03:00
Kobi Tal
da591dc649
Merge pull request #167 from meanmail/develop
Support for adding a column to the beginning of a table
2021-10-21 09:39:18 +03:00
Kobi Tal
ed33c09dd7
Merge pull request #183 from mangototango/small_issues
Small fixes
2021-10-21 09:36:30 +03:00
mangototango
3b0aaebe50 fix precedence of ~ operator in Q objects 2021-10-21 05:33:23 +00:00
mangototango
0787efc1cc ignore non-numeric parts of version string 2021-10-21 05:32:53 +00:00
Kobi Tal
76d432b838
Merge pull request #181 from mangototango/ver_21_9
Fixes to make the tests pass on ClickHouse v21.9
2021-10-17 09:55:22 +03:00
mangototango
5abe39ed24 Fixes to make the tests pass on ClickHouse v21.9 2021-10-16 07:47:17 +00:00
meanmail
6a5889280d
Simplified 2021-03-04 11:28:27 +07:00
meanmail
e14de715f7
Support for adding a column to the beginning of a table 2021-03-03 21:04:54 +07:00
k.peskov
45d807eb02 1. add stddevPop func
2. add stddevSamp func
2021-01-18 22:43:00 +03:00
Alexander Goldberg
7c90c1e4c3
Merge pull request #161 from emakarov/case_sensitive_strenums
Uppercase and lowercase string enums behaviour updated
2020-12-14 15:56:58 +02:00
Evgeni (Gene) Makarov
a8ab206849 changes reverted after rebase 2020-12-14 14:39:36 +03:00
Evgeni (Gene) Makarov
97f776792f initializing changes related to string enums for pull request 2020-12-14 14:36:21 +03:00
Alexander Goldberg
779f4146e3
Merge pull request #160 from Infinidat/revert-157-case_sensitive_strenums
Revert "Uppercase and lowercase string enums behaviour updated."
2020-12-07 19:06:16 +02:00
Alexander Goldberg
ca57a223ca
Revert "Uppercase and lowercase string enums behaviour updated." 2020-12-07 19:05:49 +02:00
Alexander Goldberg
10a8a3c706
Merge pull request #157 from emakarov/case_sensitive_strenums
Uppercase and lowercase string enums behaviour updated.
2020-12-07 19:02:23 +02:00
Evgeni (Gene) Makarov
8ccf87ad04 fix for bytes 2020-10-30 17:12:25 +03:00
Evgeni (Gene) Makarov
c4ab81ebe1 Uppercase and lowercase string enums behaviour updated. 2020-10-26 19:46:43 +03:00
Itai Shirav
ebdadb3aee Finished Release v2.1.0 2020-07-16 07:22:18 +03:00
Itai Shirav
db194d733f Releasing v2.1.0 2020-07-16 07:21:35 +03:00
Itai Shirav
97773d6dc7 Added usage examples 2020-07-15 23:42:40 +03:00
Itai Shirav
80b220c1e3 Added functions for working with external dictionaries 2020-07-14 22:01:50 +03:00
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