From 678256c2007b06452b581fb692d948b7c9c94a7b Mon Sep 17 00:00:00 2001
From: Greg Aker
Date: Tue, 21 Dec 2010 12:05:12 -0600
Subject: Fix #93 Updating postgres dbforge create table method. Thanks to
James Gifford for the patch. http://codeigniter.com/forums/viewthread/73392/
---
user_guide/changelog.html | 1 +
1 file changed, 1 insertion(+)
(limited to 'user_guide')
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:
Modified the database errors to show the filename and line number of the problematic query.
Removed the following deprecated functions: orwhere, orlike, groupby, orhaving, orderby, getwhere.
Removed deprecated _drop_database() and _create_database() functions from the db utility drivers.
+ Improved dbforge create_table() function for the Postgres driver.
Helpers
--
cgit v1.2.3-24-g4f1b