From: Ville Skyttä Date: Fri, 7 Oct 2016 10:21:30 +0000 (+0300) Subject: spelling: Mysql -> MySQL X-Git-Tag: rel_1_1_2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d0e2d5c55f68193fae001bb553a51018ab8ed6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git spelling: Mysql -> MySQL --- diff --git a/doc/build/changelog/changelog_03.rst b/doc/build/changelog/changelog_03.rst index 3648e2756b..349367c38e 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 189f70cd49..3056f6b62c 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 ^^^^^^^^^^