M1ha
5ea20a11a9
Added tests and resolved https://github.com/Infinidat/infi.clickhouse_orm/issues/47
2017-10-10 12:24:17 +05:00
Itai Shirav
8304ddca5c
Update docs
2017-09-13 12:17:26 +03:00
M1ha
430872b958
Added readonly parameter to all Field subclasses
2017-09-11 10:17:23 +05: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
Marsel
c4e60ca2a8
Include unicode_literals
2017-08-20 10:37:11 +03:00
Itai Shirav
639867bb32
- Added QuerySet.paginate()
...
- Support for basic aggregation in querysets
2017-08-14 12:14:52 +03:00
Itai Shirav
2c0ef08ee1
Minor refactoring of extra_null_values
2017-06-23 11:10:49 +03:00
Dzianis Sivets
9b7e7a179e
NullableField of ArrayField
2017-06-16 20:38:01 +03:00
Dzianis Sivets
1b0ea035b8
Nullable fields support
2017-06-16 20:37:37 +03:00
Ivan Ladelshchikov
fcb8196d3d
fix unicode params for Py2
2017-06-06 20:16:56 +05:00
Itai Shirav
4625a7e00f
Generate a class reference document
2017-05-03 08:36:47 +03:00
Itai Shirav
dbea017d60
Add support for FixedString fields
2017-04-25 16:03:52 +03:00
Itai Shirav
c5a9b16eac
Performance improvement: skip utils.escape for numeric fields
2017-04-05 18:19:12 +03:00
Itai Shirav
015a4512e7
Fix datetime tests
2017-04-04 12:41:18 +03:00
nikepan
b2a5482a65
blank datetime fix beauty
2017-03-27 17:07:10 +03:00
nikepan
e5222ffcb0
blank datetime fix improve
2017-03-27 17:03:13 +03:00
nikepan
9baa863d1f
blank datetime better fix
2017-03-27 16:51:34 +03:00
nikepan
1460d4c85e
blank datetime fix
2017-03-27 16:30:38 +03:00
M1ha
14f2ab78b5
Fixed:
...
1) Added partition working to readme
2) replaced insertable_only parameter with include_readonly
3) Added empty string alias and materialized field control
2017-02-19 09:04:32 +02:00
M1ha
5f2195f87f
1) Replaced is_insertable() field mehtod with readonly property (unification with model and tables)
...
2) Method SystemPart.all() was replaced with get()
3) Added conditions parameter to SystemPart.get() and SystemPart.get_active() methods.
2017-02-19 09:02:56 +02:00
Itai Shirav
dfd4d09e70
DateField.to_python() - handle timezone-aware datetime values correctly
2017-02-08 15:19:39 +02:00
Itai Shirav
f29d737f29
Always keep datetime fields in UTC internally, and convert server timezone to UTC when parsing query results.
2017-02-07 15:25:16 +02:00
M1ha
2509b5b2e3
Rewritten Alias and Materialized fields to field parameters like default.
2017-01-27 10:46:12 +05:00
M1ha
ca341ea997
Added MaterializedField and AliasField
2017-01-26 15:43:41 +05:00
Itai Shirav
9f2619a807
Accept datetime values for date fields (by Zloool)
2017-01-25 14:48:07 +02:00
Itai Shirav
b2cf8f4245
Fixes by tsionyx
2016-09-29 11:24:22 +03:00
Itai Shirav
13bd956fc6
Add support for array fields
2016-09-01 15:25:48 +03:00
Itai Shirav
8fc3a31d4b
Add support for enum fields
2016-08-31 15:43:06 +03:00
Itai Shirav
071bcd283d
Add Python 3 support
2016-08-01 10:28:10 +03:00
Itai Shirav
a3bd212133
Simplify conversion of int and float fields
2016-06-30 16:17:53 +03:00
Itai Shirav
4efdcda97b
Fix bug in date parsing
2016-06-30 16:12:02 +03:00
Itai Shirav
9489115d6e
Fix bug in datetime parsing
2016-06-30 12:11:47 +03:00
Itai Shirav
5b033a1e1b
fix int ranges
2016-06-26 17:41:17 +03:00
Itai Shirav
64f8cde1c0
documentation
2016-06-26 16:52:25 +03:00
Itai Shirav
9262f0eae6
add database.select and field range checks
2016-06-23 19:05:44 +03:00
Itai Shirav
b08f1b3688
model field conversion on assignment
2016-06-23 18:24:20 +03:00
Itai Shirav
571ea8b6e5
rename project
2016-06-23 15:46:11 +03:00