File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 3.2.0
2+ =====
3+
4+ Features
5+ --------
6+ * cqlengine: Warn on sync_schema type mismatch (PYTHON-260)
7+ * cqlengine: Automatically defer fields with the '=' operator (and immutable values) in select queries (PYTHON-520)
8+ * cqlengine: support non-equal conditions for LWT (PYTHON-528)
9+ * cqlengine: sync_table should validate the primary key composition (PYTHON-532)
10+ * cqlengine: token-aware routing for mapper statements (PYTHON-535)
11+
12+ Bug Fixes
13+ ---------
14+ * Deleting a column in a lightweight transaction raises a SyntaxException #325 (PYTHON-249)
15+ * cqlengine: make Token function works with named tables/columns #86 (PYTHON-272)
16+ * comparing models with datetime fields fail #79 (PYTHON-273)
17+ * cython date deserializer integer math should be aligned with CPython (PYTHON-480)
18+ * db_field is not always respected with UpdateStatement (PYTHON-530)
19+ * Sync_table fails on column.Set with secondary index (PYTHON-533)
20+
1213.1.1
222=====
323March 14, 2016
424
525Bug Fixes
626---------
7-
827* cqlengine: Fix performance issue related to additional "COUNT" queries (PYTHON-522)
928
10293.1.0
You can’t perform that action at this time.
0 commit comments