mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-22 17:16:34 +03:00
Added change log
This commit is contained in:
parent
f29d737f29
commit
f22073e2e6
27
CHANGELOG.rst
Normal file
27
CHANGELOG.rst
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
Change Log
|
||||||
|
==========
|
||||||
|
|
||||||
|
[Unreleased]
|
||||||
|
------------
|
||||||
|
- Always keep datetime fields in UTC internally, and convert server timezone to UTC when parsing query results
|
||||||
|
- Support for ALIAS and MATERIALIZED fields (M1ha)
|
||||||
|
- Pagination: passing -1 as the page number now returns the last page
|
||||||
|
- Accept datetime values for date fields (Zloool)
|
||||||
|
- Support readonly mode in Database class (tswr)
|
||||||
|
|
||||||
|
v0.7.1
|
||||||
|
------
|
||||||
|
- Accept '0000-00-00 00:00:00' as a datetime value (tsionyx)
|
||||||
|
- Bug fix: parse_array fails on int arrays
|
||||||
|
- Improve performance when inserting many rows
|
||||||
|
|
||||||
|
v0.7.0
|
||||||
|
------
|
||||||
|
- Support array fields
|
||||||
|
- Support enum fields
|
||||||
|
|
||||||
|
v0.6.3
|
||||||
|
------
|
||||||
|
- Python 3 support
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user