Commit Graph

18 Commits

Author SHA1 Message Date
Itai Shirav
8304ddca5c Update docs 2017-09-13 12:17:26 +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
M1ha
de9f64cd3a Added Merge engine
1) Divided readonly and system flags of Field model. Readonly flag only restricts insert operations, while system flag restricts also create and drop table operations

2) Added Merge engine and tests for it
3) Added docs for Merge engine
4) Added opportunity to make Field readonly. This is useful for "virtual" columns (https://clickhouse.yandex/docs/en/single/index.html#virtual-columns)
2017-09-07 17:44:27 +05: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
53e67fb59f Update docs for nullable fields 2017-06-23 11:56:05 +03:00
Dzianis Sivets
3a56041da6 documentation for NullableField 2017-06-16 20:38:01 +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
5735ca301a Fix typo 2017-05-11 05:34:16 +03:00
Itai Shirav
a79e9f97ee Documentation 2017-05-11 05:30:17 +03:00
Itai Shirav
00ca503b7c Generate a class reference document 2017-05-05 15:31:08 +03:00
Itai Shirav
4625a7e00f Generate a class reference document 2017-05-03 08:36:47 +03:00
Itai Shirav
f1ab9b6179 Better TOC generation 2017-05-02 17:46:47 +03:00
Itai Shirav
be474b3aed Add simple engines: TinyLog, Log, Memory 2017-04-28 18:36:40 +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