diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-12-06 14:54:43 +0100 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-12-06 14:54:43 +0100 |
commit | 96b41c6dc9a174d9ffa3177f9479c2ecb11dfc72 (patch) | |
tree | 13b1741bbbe6e29df01ea75c7f8b5b6ef3e4277a /user_guide_src | |
parent | 40fab414fdfefeeef3da9bb87658f365c005bd2b (diff) | |
parent | 17bcd2b5c8b994ca14cc19d31674258b07c905fc (diff) |
Merge branch 'develop' of https://github.com/tomasz154/CodeIgniter into tomasz154-develop
Conflicts:
user_guide_src/source/changelog.rst
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 8dfe2492a..205b087f5 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -66,6 +66,8 @@ Bug fixes for 3.0 - Bug #647 - _get_mod_time() in Zip library no longer generates stat failed errors - Bug #608 - Fixes an issue with the Image_lib class not clearing properties completely - Fixed bugs (#157 and #174) - the Image_lib clear() function now resets all variables to their default values. +- Fixed a bug where using $this->dbforge->create_table() with PostgreSQL database could lead to fetching whole table. + Version 2.1.0 ============= |