[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-06 14:13:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f2ee514c757f/ Changeset: f2ee514c757f Branch: None User: zzzeek Date: 2016-07-05 22:30:25+00:00 Summary: Adapt "FOR UPDATE OF" with Oracle limit/offset This modifies the Oracle ROWNUM limit/offset approach to accommodate for the "OF" clause in a "FOR UPDATE" phrase. The column expressions must be added to the selected subquery if necessary and adapted on the outside. Change-Id: Ia71b5fc4df6d326e73863f8ae9f96e8f1a5acfc1 Fixes: #3741 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3e654204fd9f/ Changeset: 3e654204fd9f Branch: master User: zzzeek Date: 2016-07-06 14:13:56+00:00 Summary: Merge "Adapt "FOR UPDATE OF" with Oracle limit/offset" Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |