diff options
-rw-r--r-- | doc/build/changelog/changelog_03.rst | 4 | ||||
-rw-r--r-- | doc/build/changelog/migration_10.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/changelog/changelog_03.rst b/doc/build/changelog/changelog_03.rst index 3648e2756..349367c38 100644 --- a/doc/build/changelog/changelog_03.rst +++ b/doc/build/changelog/changelog_03.rst @@ -878,7 +878,7 @@ 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. @@ -2701,7 +2701,7 @@ 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 diff --git a/doc/build/changelog/migration_10.rst b/doc/build/changelog/migration_10.rst index 189f70cd4..3056f6b62 100644 --- a/doc/build/changelog/migration_10.rst +++ b/doc/build/changelog/migration_10.rst @@ -896,7 +896,7 @@ UniqueConstraint is now part of the Table reflection process 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 ^^^^^^^^^^ |