diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2016-10-07 13:21:30 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-10-08 20:42:50 +0300 |
commit | b9d0e2d5c55f68193fae001bb553a51018ab8ed6 (patch) | |
tree | b92af7c7b77aae9052ed0246294fb1e0a62f1a27 | |
parent | e5a063a87ce50552cb451075386563a38a7e2666 (diff) | |
download | sqlalchemy-pr/311.tar.gz |
spelling: Mysql -> MySQLpr/311
-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 ^^^^^^^^^^ |