Commit Graph

525 Commits

Author SHA1 Message Date
Kobi Tal
45a9200ff6 Finished Release v2.1.3 2022-11-29 15:17:14 +02:00
Kobi Tal
623f3e7dac releasing 2.1.3 2022-11-29 15:15:57 +02:00
Kobi Tal
070b2c3ff4
Merge pull request #197 from Infinidat/fix_paginate_alias
Fix pagination for models with alias fields
2022-11-29 15:08:45 +02:00
Kobi Tal
d7a26a81bb Fix pagination for models with alias fields 2022-11-29 15:06:44 +02:00
Kobi Tal
09aeddf677 Finished Release v2.1.2 2022-07-19 11:10:47 +03:00
Kobi Tal
2777d3084c Releasing v2.1.2 2022-07-19 11:06:19 +03:00
Kobi Tal
7b15567a62 Bump python version to 3.8.12 2022-07-19 10:59:30 +03:00
Kobi Tal
359809e819 Releasing v2.1.2 2022-07-19 10:56:22 +03:00
Kobi Tal
272729153c Add model to QuerySet to support django-rest-framework 3 2022-07-18 17:55:51 +03:00
Jenkins CI
232a8d29ad Finished Release v2.1.1
* develop:
  Releasing v2.1.1
  fix precedence of ~ operator in Q objects
  ignore non-numeric parts of version string
  Fixes to make the tests pass on ClickHouse v21.9
  Bump urllib3 from 1.25.9 to 1.26.5 in /examples/db_explorer
  Bump jinja2 from 2.11.2 to 2.11.3 in /examples/db_explorer
  Simplified
  Support for adding a column to the beginning of a table
  1. add stddevPop func 2. add stddevSamp func
  changes reverted after rebase
  initializing changes related to string enums for pull request
2021-10-21 14:47:55 +03:00
Kobi Tal
4cbaf5e0fb Releasing v2.1.1 2021-10-21 14:12:46 +03:00
Kobi Tal
17ab9c046b
Merge pull request #169 from Infinidat/dependabot/pip/examples/db_explorer/jinja2-2.11.3
Bump jinja2 from 2.11.2 to 2.11.3 in /examples/db_explorer
2021-10-21 12:27:05 +03:00
Kobi Tal
cb7d7efd93
Merge pull request #172 from Infinidat/dependabot/pip/examples/db_explorer/urllib3-1.26.5
Bump urllib3 from 1.25.9 to 1.26.5 in /examples/db_explorer
2021-10-21 12:26:30 +03:00
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
dependabot[bot]
0f4547be87
Bump urllib3 from 1.25.9 to 1.26.5 in /examples/db_explorer
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 02:29:29 +00:00
dependabot[bot]
fbf2207690
Bump jinja2 from 2.11.2 to 2.11.3 in /examples/db_explorer
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-20 04:43:18 +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