diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-15 15:46:29 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-15 15:46:29 -0400 |
| commit | cfb0f9ca14f82c9ba06c4d5cbc992f821eb2234e (patch) | |
| tree | c3609c16161619b0405873b60632972f7fa4b568 /doc | |
| parent | f574bcf98de0d30f0a28bf82aae84098157de0f4 (diff) | |
| download | sqlalchemy-cfb0f9ca14f82c9ba06c4d5cbc992f821eb2234e.tar.gz | |
Regression from this ticket caused the unsupported keyword
"true" to render, added logic to convert this to 1/0
for SQL server.
[ticket:2682]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 663d3a40b..9a09f1045 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -33,6 +33,14 @@ on the apparent string message sent in the exception; tested against mysqlconnector 1.0.9. + .. change:: + :tags: bug, sql, mssql + :tickets: 2682 + + Regression from this ticket caused the unsupported keyword + "true" to render, added logic to convert this to 1/0 + for SQL server. + .. changelog:: :version: 0.8.1 :released: April 27, 2013 |
