summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2016-09-02 12:23:31 -0400
committerGerrit Code Review <gerrit2@ln3.zzzcomputing.com>2016-09-02 12:23:31 -0400
commitce62fa2eed1d93c9b6e383e48dcfaf5380b86915 (patch)
treed656e792fc05e9397bc8d2754c23aa7bcf58725f /doc
parentce577d48449588d3e5395c08c7f4d04cb8bb325f (diff)
parent9a6947427af58eeb6ebf09ec6de2a1b7ec12d828 (diff)
downloadsqlalchemy-ce62fa2eed1d93c9b6e383e48dcfaf5380b86915.tar.gz
Merge "Allow stringify compiler to render unnamed column"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_11.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index 669f08188..a09703489 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -38,6 +38,15 @@
.. change::
:tags: bug, sql
+ :tickets: 3789
+
+ Stringify of expression with unnamed :class:`.Column` objects, as
+ occurs in lots of situations including ORM error reporting,
+ will now render the name in string context as "<name unknown>"
+ rather than raising a compile error.
+
+ .. change::
+ :tags: bug, sql
:tickets: 3786
Raise a more descriptive exception / message when ClauseElement