diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-02 12:05:45 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-02 12:05:45 +0100 |
commit | 8f22057724dd8fe2b9d41ba98bfc4da282572c5e (patch) | |
tree | 374c70d0c42497101a49d86a5e70ee414b310421 /user_guide_src/source | |
parent | effd0133b3fa805e21ec934196e8e7d75608ba00 (diff) |
Fix a bug in Oracle's DB forge _create_table() method (AUTO_INCREMENT is not supported)
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index f827faa9f..cece286c5 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -125,6 +125,7 @@ Bug fixes for 3.0 - Fixed a bug (#413) - Oracle's _error_message() and _error_number() methods used to only return connection-related errors. - Fixed a bug (#804) - Profiler library was trying to handle objects as strings in some cases, resulting in warnings being issued by htmlspecialchars(). - Fixed a bug (#1101) - MySQL/MySQLi result method field_data() was implemented as if it was handling a DESCRIBE result instead of the actual result set. +- Fixed a bug in Oracle's :doc:`Database Forge Class <database/forge>` method _create_table() where it failed with AUTO_INCREMENT as it's not supported. Version 2.1.1 ============= |