diff options
author | Jason Kirtland <jek@discorporate.us> | 2008-01-05 18:42:46 +0000 |
---|---|---|
committer | Jason Kirtland <jek@discorporate.us> | 2008-01-05 18:42:46 +0000 |
commit | f9fd5bfb8693c7ea877fd09ec4fd2c042eb6a689 (patch) | |
tree | b9db4537b202ae8f1d1c53c6cffc93da068a5bce | |
parent | 829e9f8a911ed77abd9ffb30d3c6cbd27465d410 (diff) | |
download | sqlalchemy-f9fd5bfb8693c7ea877fd09ec4fd2c042eb6a689.tar.gz |
bump.
-rw-r--r-- | CHANGES | 11 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 10 insertions, 3 deletions
@@ -1,15 +1,22 @@ ======= CHANGES ======= + +0.4.2b +------ + + + 0.4.2a ------ +------ + - orm - fixed fairly critical bug whereby the same instance could be listed more than once in the unitofwork.new collection; most typically reproduced when using a combination of inheriting mappers and ScopedSession.mapper, as the multiple __init__ calls per instance could save() the object with distinct _state objects - + - added very rudimentary yielding iterator behavior to Query. Call query.yield_per(<number of rows>) and evaluate the Query in an iterative context; every collection of N rows will be packaged up @@ -1 +1 @@ -0.4.2a +0.4.2b |