Itai Shirav
b8fd39c6a6
Use HTTP Basic Authentication instead of passing the credentials in the URL
2019-02-26 23:12:32 +02:00
Itai Shirav
81e942a4d2
Fix pagination when asking for the last page on a query that matches no records
2019-02-26 22:58:59 +02:00
Itai Shirav
bec45b53fa
Fix parsing of server errors in ClickHouse v19.3.3+
2019-02-26 22:46:00 +02:00
Itai Shirav
fb5577bedd
Update changelog
2019-02-26 21:40:55 +02:00
Itai Shirav
752ed0ccb5
Releasing v1.0.4
2019-01-28 10:32:41 +02:00
Itai Shirav
efe270b502
Migrations - cannot add a new materialized field after a regular field
2019-01-28 10:08:07 +02:00
Itai Shirav
9df82a44ec
Added verify_ssl_cert
parameter to database initializer
2018-12-14 11:13:23 +02:00
Itai Shirav
64d15cf3b6
Update docs
2018-12-14 08:34:40 +02:00
Itai Shirav
374f2dfe3e
Update docs
2018-12-14 08:20:43 +02:00
Itai Shirav
5acb4882a8
Releasing v1.0.3
2018-10-24 16:34:53 +03:00
Itai Shirav
f24749112e
support decimal fields
2018-10-14 09:26:07 +03:00
Itai Shirav
658c7b42ee
Bug fix: wrong parentheses when building queries using Q objects
2018-10-13 19:49:12 +03:00
Itai Shirav
f2a731711d
Bug fix: QuerySet.count()
ignores slicing
2018-10-13 19:29:36 +03:00
Itai Shirav
298927d631
Releasing v1.0.2
2018-08-21 16:01:10 +03:00
Itai Shirav
a0e602f0b2
Update changelog
2018-08-19 18:38:30 +03:00
Itai Shirav
44d3dcee34
Added Database.does_table_exist
method
2018-08-19 18:20:17 +03:00
Itai Shirav
acf2f7a189
Check for database existence, to allow delayed creation
2018-08-19 18:02:37 +03:00
Itai Shirav
32c77ab190
Include alias and materialized fields in queryset results
2018-08-19 16:18:15 +03:00
Itai Shirav
2034b970b9
Releasing v1.0.1
2018-08-13 08:44:26 +03:00
Itai Shirav
0ffafe3f62
Releasing v1.0.0
2018-06-11 13:33:17 +03:00
Itai Shirav
658d1da5ce
Update docs
2018-06-10 14:30:40 +03:00
Itai Shirav
2bca8b4fb8
Improve creation time of model instances by keeping a dictionary of default values
2018-05-14 07:37:56 -04:00
Itai Shirav
2499a3f42a
Update docs
2018-05-06 14:30:29 +03:00
Itai Shirav
338d686b4c
Update docs
2018-04-21 13:53:06 +03:00
Itai Shirav
e791923493
Update docs
2018-04-21 13:48:00 +03:00
Itai Shirav
6fa6786a9c
Update docs
2018-04-21 12:10:30 +03:00
Itai Shirav
cd8d82c226
Update docs
2018-04-07 15:20:33 +03:00
Itai Shirav
0e4231a900
Releasing v0.9.8
2017-10-31 11:48:32 +02:00
Itai Shirav
b976899f75
Added documentation about custom fields
2017-10-31 10:11:29 +02:00
Itai Shirav
7712b3fee0
Documentation
2017-10-30 15:49:53 +02:00
Itai Shirav
2cf33d6d03
Documentation
2017-10-30 15:29:49 +02:00
Itai Shirav
395902b9c7
Documentation
2017-10-30 15:15:12 +02:00
Itai Shirav
77fe6704d8
Releasing v0.9.7
2017-09-13 12:24:51 +03:00
Itai Shirav
59564f8c70
Add distinct
method to querysets
2017-09-13 12:15:48 +03:00
Itai Shirav
7bbcae574a
Add AlterTableWithBuffer
migration operation
2017-09-13 12:15:48 +03:00
Itai Shirav
e3d0d69af8
Releasing v0.9.6
2017-08-23 08:15:03 +03:00
Itai Shirav
bcd3c2ae45
Fix python3 compatibility (TvoroG)
2017-08-20 10:38:05 +03:00
Itai Shirav
67e0442645
- Nullable arrays not supported in latest ClickHouse version
...
- system.parts table no longer includes "replicated" column in latest ClickHouse version
2017-08-20 09:30:40 +03:00
Itai Shirav
3daba3429f
Releasing v0.9.5
2017-08-15 23:26:21 +03:00
Itai Shirav
639867bb32
- Added QuerySet.paginate()
...
- Support for basic aggregation in querysets
2017-08-14 12:14:52 +03:00
Itai Shirav
a2acb9a025
Releasing v0.9.4
2017-06-26 11:10:18 +03:00
Itai Shirav
cb6c329d32
Migrations: when creating a table for a BufferModel
, create the underlying table too if necessary
2017-06-26 11:09:57 +03:00
Itai Shirav
33209542d6
Releasing v0.9.3
2017-06-24 12:59:35 +03:00
Itai Shirav
1966896850
Support queryset slicing
2017-06-24 12:28:42 +03:00
Itai Shirav
53e67fb59f
Update docs for nullable fields
2017-06-23 11:56:05 +03:00
Itai Shirav
b72772f1b9
Oops, need to rename 0.9.1 to 0.9.2
2017-06-15 14:49:43 +03:00
Itai Shirav
f2ac744bc7
Releasing v0.9.1
2017-06-15 14:48:39 +03:00
Itai Shirav
d02d6b14eb
- Added ne
and not_in
queryset operators
...
- Querysets no longer have a default order when `order_by` is not called
- Added `autocreate` flag to database initializer
- Fix for SELECT FROM JOIN (#37 )
2017-06-15 12:19:17 +03:00
Itai Shirav
ac8a843eee
Releasing v0.9.0
2017-05-11 05:46:42 +03:00
Itai Shirav
a79e9f97ee
Documentation
2017-05-11 05:30:17 +03:00