From 2b10aa45a101acfcc6090a3801af998ef8fc1a2d Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 3 Sep 2014 19:42:38 -0400 Subject: - ensure literal_binds works with LIMIT clause, FOR UPDATE --- doc/build/changelog/changelog_10.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') 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:: -- cgit v1.2.1