sw
d22683f28c
Migrate code style to Black
2022-06-04 21:25:34 +08:00
sw
df2d778919
fix: workflows Coverage check
2022-06-04 13:02:44 +08:00
sw
6286185a45
build 0.2.0
2022-06-04 12:57:21 +08:00
sw
1a366ce625
tuple names maybe not exists
2022-06-04 12:47:35 +08:00
sw
26437832d8
build 0.1.1
2022-06-03 16:16:33 +08:00
sw
88b8e242ea
ci: test
2022-06-03 15:46:10 +08:00
sw
c262df6a82
ci
2022-06-03 15:20:57 +08:00
sw
8500613eb8
fix: pyproject.toml
2022-06-03 14:26:02 +08:00
sw
96364b5418
test: workflows
2022-06-03 14:23:49 +08:00
sw
de915bb00a
Generic Model
2022-06-02 22:54:42 +08:00
sswest
7002912300
feat: support TupleField
2022-06-02 19:15:48 +08:00
sswest
6596517b25
experimentn: support async client
2022-06-01 19:21:04 +08:00
sswest
9ade7fa6a5
fix: stream request must read
2022-06-01 17:58:04 +08:00
sswest
5ecb3e75eb
fix: May cause exception when deepcopy queryset(CookieJar)
2022-06-01 13:30:07 +08:00
sswest
b62c08747f
Replacing httpx as the underlying request library
2022-06-01 12:13:56 +08:00
sw
ef2e6e166e
update readme
2022-05-29 19:33:35 +08:00
sw
4c6e1417dd
fix: not found hoc field
2022-05-29 19:11:44 +08:00
sw
a84d0af959
Support for temporary tables
2022-05-29 18:30:48 +08:00
sw
7a58546669
Add session_id support for clients
2022-05-29 17:50:01 +08:00
sswest
f1c9562260
Field add db_column attribute
2022-05-28 16:01:50 +08:00
sswest
42678f06b9
Support GLOBAL IN
2022-05-26 18:43:49 +08:00
sswest
7138dfe8c3
add typing hint
2022-05-26 17:02:32 +08:00
sswest
17a5c30bfd
Support PointField/RingField
2022-05-22 15:58:59 +08:00
sw
4f157e1857
add pyproject.toml
2022-05-21 18:08:29 +08: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