summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-13 20:03:48 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-13 20:03:48 -0400
commit11003828cb65693f6b85818552cab652d8ae1294 (patch)
tree65b65f6f53f16790666720f083d84e47f440245c /doc
parent9c5c12fb230cc72bf5ae8573dc420007718eaf0a (diff)
downloadsqlalchemy-11003828cb65693f6b85818552cab652d8ae1294.tar.gz
- Added support for literal rendering of boolean values, e.g.
"true" / "false" or "1" / "0". - added Boolean tests to the test suite
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_09.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 10879e2ca..d082a29f6 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -17,6 +17,12 @@
.. change::
:tags: feature, sql
+ Added support for literal rendering of boolean values, e.g.
+ "true" / "false" or "1" / "0".
+
+ .. change::
+ :tags: feature, sql
+
Added a new feature :func:`.schema.conv`, the purpose of which is to
mark a constraint name as already having had a naming convention applied.
This token will be used by Alembic migrations as of Alembic 0.6.4