Hey folks -

Building on the great success of 0.9.5 just a few hours ago today, 0.9.6
is out!   One of the changes in 0.9.5 had more of an impact than
expected and I determined it was better just reverting this particular
change, as there's a much better solution to it on deck for version 1.0
- this change involved whether or not the "None" value implicitly
created when you do an attribute get should impact the flush process,
and it was driven by the edge case of the so-called "row switch"
scenario when an INSERT/DELETE pair is turned into an UPDATE.  In 1.0,
at the moment it looks like the approach will be to do away with the
implicit "set" of None when you fetch a missing attribute; you'll still
get the None but the underlying state won't be changed.

For details see issue #3060 and #3061.

Download SQLAlchemy 0.9.6 at:

http://www.sqlalchemy.org/download.html


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy-alembic" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy-alembic+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to