diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2016-07-06 10:13:56 -0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit2@ln3.zzzcomputing.com> | 2016-07-06 10:13:56 -0400 |
| commit | 3e654204fd9fafb5da98c772cae29f03096d6b03 (patch) | |
| tree | ce6e684f2d5d64f3e0cd5dc9deef14b852c2f4c3 /doc | |
| parent | 5a2d2f47d6681ce3085f4d4e4a8d384eb442c96f (diff) | |
| parent | f2ee514c757fc9ec33afaddc2a7b96d08b83a164 (diff) | |
| download | sqlalchemy-3e654204fd9fafb5da98c772cae29f03096d6b03.tar.gz | |
Merge "Adapt "FOR UPDATE OF" with Oracle limit/offset"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 7240e8e68..724792174 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -29,6 +29,17 @@ rather than SERIAL. .. change:: + :tags: bug, oracle + :tickets: 3741 + :versions: 1.1.0b3 + + Fixed bug in :paramref:`.Select.with_for_update.of`, where the Oracle + "rownum" approach to LIMIT/OFFSET would fail to accomodate for the + expressions inside the "OF" clause, which must be stated at the topmost + level referring to expression within the subquery. The expressions are + now added to the subquery if needed. + + .. change:: :tags: bug, sql :tickets: 3735 :versions: 1.1.0b2 |
