diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-05-27 11:50:16 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-05-27 11:50:16 -0400 |
commit | 40c7db67b46fac0029f8caf7a53cbceb05a2324d (patch) | |
tree | e695096e217a76a7d5c889f7f0de25613f8d5ac0 /lib/sqlalchemy/sql/compiler.py | |
parent | 6033b074094d96f17640cc9ab8ea86e6de94927a (diff) | |
download | sqlalchemy-40c7db67b46fac0029f8caf7a53cbceb05a2324d.tar.gz |
- FOR UPDATE is emitted in the syntactically correct position
when limit/offset is used, i.e. the ROWNUM subquery.
However, Oracle can't really handle FOR UPDATE with ORDER BY
or with subqueries, so its still not very usable, but at
least SQLA gets the SQL past the Oracle parser.
[ticket:1815]
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions