[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Adapt "FOR UPDATE OF" with Oracle limit/offset
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-06 14:14:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d99ec752c752/ Changeset: d99ec752c752 Branch: rel_1_0 User: zzzeek Date: 2016-07-05 22:29:24+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 (cherry picked from commit d23797943786914cced58ed71ffb7b749e64c449) 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. |