preliminary support for unicode table names, column names and
SQL statements added, for databases which can support them.
- Works with sqlite and postgres so far. Mysql *mostly* works
+ Works with sqlite and postgres so far. MySQL *mostly* works
except the has_table() function does not work. Reflection
works too.
changed "for_update" parameter to accept False/True/"nowait"
and "read", the latter two of which are interpreted only by
- Oracle and Mysql
+ Oracle and MySQL
.. change::
:tags: construction, sql
A :class:`.Table` object populated using ``autoload=True`` will now
include :class:`.UniqueConstraint` constructs as well as
:class:`.Index` constructs. This logic has a few caveats for
-PostgreSQL and Mysql:
+PostgreSQL and MySQL:
PostgreSQL
^^^^^^^^^^