]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
spelling: Mysql -> MySQL
authorVille Skyttä <ville.skytta@iki.fi>
Fri, 7 Oct 2016 10:21:30 +0000 (13:21 +0300)
committerVille Skyttä <ville.skytta@iki.fi>
Sat, 8 Oct 2016 17:42:50 +0000 (20:42 +0300)
doc/build/changelog/changelog_03.rst
doc/build/changelog/migration_10.rst

index 3648e2756b82253400dff758c50216763131f2f0..349367c38e2fc556402735ee0dd70cccbe39063c 100644 (file)
 
       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
index 189f70cd49f9f22ae0f3ef2f407928ccd6e43f0d..3056f6b62c7235006573489e063cb55139ff8bc4 100644 (file)
@@ -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
 ^^^^^^^^^^