Itai Shirav
436c296609
Support for mutations: QuerySet.update
and QuerySet.delete
2020-06-27 00:02:11 +03:00
Itai Shirav
56cf86a246
docs
2020-05-28 23:02:34 +03:00
Itai Shirav
f084b6e95f
docs
2020-05-28 18:07:45 +03:00
Itai Shirav
6dee101593
- improve imports
...
- documentation updates
2020-05-01 20:11:40 +03:00
Itai Shirav
93747f7758
Improve docs
2020-02-08 18:14:50 +02:00
Itai Shirav
7946a2a272
Update docs
2019-02-27 08:58:41 +02:00
Itai Shirav
7ed62ffd2c
Merge branch 'qs-with-totals' of https://github.com/carrotquest/infi.clickhouse_orm into carrotquest-qs-with-totals
2019-02-27 08:45:22 +02:00
M1ha
d11f8b3b76
Docs updated
2018-12-19 10:10:03 +05:00
M1ha
d912bf56d7
Merge branch 'qs-prewhere' into qs-with-totals
2018-12-17 10:30:01 +05:00
M1ha
375316fbf3
Merge branch 'develop' into qs-prewhere
...
# Conflicts:
# src/infi/clickhouse_orm/query.py
2018-12-17 10:21:58 +05:00
M1ha
5f4023f120
Added with_totals method
2018-12-12 15:33:35 +05:00
M1ha
12463c61b8
1) Fixed bugs
...
2) Edited the docs
3) Added test for prewhere
2018-12-11 17:25:54 +05:00
M1ha
f471da0fed
Added final() method to docs
2018-12-11 17:00:12 +05:00
Itai Shirav
3976366913
Update docs
2018-04-21 15:29:29 +03:00
desile
328b924bd2
Update docs for Q objects and new operator
2017-11-30 00:21:59 +03:00
Itai Shirav
59564f8c70
Add distinct
method to querysets
2017-09-13 12:15:48 +03:00
Itai Shirav
639867bb32
- Added QuerySet.paginate()
...
- Support for basic aggregation in querysets
2017-08-14 12:14:52 +03:00
Itai Shirav
1966896850
Support queryset slicing
2017-06-24 12:28:42 +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
59b29db746
refactor documentation
2017-04-28 13:44:45 +03:00
Itai Shirav
78bb857c8a
refactor documentation
2017-04-26 15:47:02 +03:00