diff options
author | Greg Aker <greg.aker@ellislab.com> | 2010-12-21 19:05:12 +0100 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2010-12-21 19:05:12 +0100 |
commit | 678256c2007b06452b581fb692d948b7c9c94a7b (patch) | |
tree | 435aaeb4b75cc244591d0d76804223766ba61a39 /user_guide/changelog.html | |
parent | 2eaa4074ea007cec58a802f591b4641b043213d1 (diff) |
Fix #93 Updating postgres dbforge create table method. Thanks to James Gifford for the patch. http://codeigniter.com/forums/viewthread/73392/
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 251f6fbd9..786b90269 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -124,6 +124,7 @@ Hg Tag: </p> <li>Modified the database errors to show the filename and line number of the problematic query.</li> <li>Removed the following deprecated functions: orwhere, orlike, groupby, orhaving, orderby, getwhere.</li> <li>Removed deprecated _drop_database() and _create_database() functions from the db utility drivers.</li> + <li>Improved dbforge create_table() function for the Postgres driver.</li> </ul> </li> <li>Helpers |