summaryrefslogtreecommitdiff
path: root/doc/build/changelog/changelog_03.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/changelog/changelog_03.rst')
-rw-r--r--doc/build/changelog/changelog_03.rst4
1 files changed, 2 insertions, 2 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