Changeset 314 for elixir/trunk/CHANGES
- Timestamp:
- 03/28/08 20:38:29 (4 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r309 r314 1 0.5.2 2 Changes: 3 - Made Elixir python 2.3 compatible again (based on a patch from 1 0.5.2 - 2008-03-28 2 3 New features: 4 - Added an optional `check_concurrency` keyword argument to the versioning 5 extension, supporting the usage of SQLAlchemy's built-in optimistic 6 concurrency check. 7 8 Changes: 9 - Made Elixir python 2.3 compatible again (based on patches from 4 10 Jason R. Coombs) 5 11 … … 7 13 - Fixed act_as_list extension to work with DBMS that require subselects to be 8 14 aliased (patch by Alice McGregor) 15 - Fixed the versioning extension so that the history table is updated within 16 the current transaction (patch from and closes ticket #35). 9 17 10 18 0.5.1 - 2008-02-07
