From: Mike Bayer Date: Mon, 26 Jan 2015 21:53:59 +0000 (-0500) Subject: - changelog for pullreq github:150 X-Git-Tag: rel_1_0_0b1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20cdf0e8550e5d2d7a5f2b3ad1e3b8bd354e9b6c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for pullreq github:150 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 79e43e6a37..a6a935da48 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -22,6 +22,14 @@ series as well. For changes that are specific to 1.0 with an emphasis on compatibility concerns, see :doc:`/changelog/migration_10`. + .. change:: + :tags: feature, sql + :pullreq: github:150 + + The type of expression is reported when an object passed to a + SQL expression unit can't be interpreted as a SQL fragment; + pull request courtesy Ryan P. Kelly. + .. change:: :tags: bug, orm :tickets: 3227, 3242, 1326