SQLAlchemy 0.3.x to 0.6.x

Feb. 19, 2014
7:03 a.m.
Hi! I have to migrate some python programs using SQLAlchemy version 0.3.1. These use "SelectResultsExt". This isn't available any more in SQLAlchemy version 0.6.3. Since SelectResultsExt is based on query -- how do I have to replace SelectResultsExt with Query to make the program work again with the newer SQLAlchemy? Might it be a useful idea to just create a new SelectResultsExt from the one found in SQLAlchemy 0.4.x? Or am I better of rewriting parts using SelectResultsExt to get rid of it? Thanks in advance for any hint! -- Thomas
4011
Age (days ago)
4011
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thomas Schweikle