]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for pullreq github:150
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jan 2015 21:53:59 +0000 (16:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jan 2015 21:53:59 +0000 (16:53 -0500)
doc/build/changelog/changelog_10.rst

index 79e43e6a37612470948869ea85ca8806a185fedf..a6a935da48f94382d3d17beec98521a3a3745011 100644 (file)
     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