diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-26 16:53:59 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-01-26 16:53:59 -0500 |
commit | 20cdf0e8550e5d2d7a5f2b3ad1e3b8bd354e9b6c (patch) | |
tree | 88e9fe35de19ae8d086adc092c9a53393e186025 | |
parent | 0e6579bc6268782d30d82c8fb13770f3b916ba41 (diff) | |
download | sqlalchemy-20cdf0e8550e5d2d7a5f2b3ad1e3b8bd354e9b6c.tar.gz |
- changelog for pullreq github:150
-rw-r--r-- | doc/build/changelog/changelog_10.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 79e43e6a3..a6a935da4 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -23,6 +23,14 @@ 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 |