diff options
author | Gabriel Potkány <gadelat@gmail.com> | 2014-11-06 10:20:11 +0100 |
---|---|---|
committer | Gabriel Potkány <gadelat@gmail.com> | 2014-11-06 10:20:11 +0100 |
commit | d618388de2de8b98dbaa86022b8c8863a37f294d (patch) | |
tree | 061355691581bcc5ecd6aeec2fc756b3c110d0a6 | |
parent | 8c9612bea259496be7e7bfb551eb2744eca54932 (diff) |
Fix typo in changelog entry for #3305
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 1c3a4322c..49250defc 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -254,7 +254,7 @@ Release Date: Not Released - Added support for passing a custom database object to the loader. - Added support for passing custom table attributes (such as ``ENGINE`` for MySQL) to ``create_table()``. - Added support for usage of the *FIRST* clause in ``add_column()`` for MySQL and CUBRID. - - Added partial support for field columns (MySQL, PostgreSQL, Oracle). + - Added partial support for field comments (MySQL, PostgreSQL, Oracle). - Deprecated ``add_column()``'s third method. *AFTER* clause should now be added to the field definition array instead. - Overall improved support for all of the drivers. |