diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-03 19:42:38 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-03 19:42:38 -0400 |
| commit | 2b10aa45a101acfcc6090a3801af998ef8fc1a2d (patch) | |
| tree | 60329bc3771b31910eb3d1e51412525ed4222066 /doc | |
| parent | 4399431b53e5d132672431205c654d7d6b32dd77 (diff) | |
| download | sqlalchemy-2b10aa45a101acfcc6090a3801af998ef8fc1a2d.tar.gz | |
- ensure literal_binds works with LIMIT clause, FOR UPDATE
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 715936068..e9b78fe78 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -375,7 +375,11 @@ here is fully backwards compatible with existing third party dialects, however those dialects which implement special LIMIT/OFFSET systems will need modification in order to take advantage of the new - capabilities. Work on this feature is courtesy of Dobes Vandermeer. + capabilities. Limit and offset also support "literal_binds" mode, + where bound parameters are rendered inline as strings based on + a compile-time option. + Work on this feature is courtesy of Dobes Vandermeer. + .. seealso:: |
