.. changelog::
:version: 0.8.4
+ .. change::
+ :tags: feature, sql
+ :tickets: 1443
+ :versions: 0.9.0b1
+
+ Added support for "unique constraint" reflection, via the
+ :meth:`.Inspector.get_unique_constraints` method.
+ Thanks for Roman Podolyaka for the patch.
+
.. change::
:tags: bug, oracle
:tickets: 2864
about producing an ``IS`` expression, or a plain
equality expression with a bound parameter.
- .. change::
- :tags: feature, sql
- :tickets: 1443
-
- Added support for "unique constraint" reflection, via the
- :meth:`.Inspector.get_unique_constraints` method.
- Thanks for Roman Podolyaka for the patch.
-
.. change::
:tags: feature, pool
:tickets: 2752
of the database connection. For special quoting,
use :class:`.quoted_name`.
- .. versionadded:: 0.9.0
+ .. versionadded:: 0.8.4
"""