diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-02-05 00:22:19 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-02-05 00:22:19 +0100 |
commit | 4fbba22379267fd11965ba65f3efb6cf840e0306 (patch) | |
tree | 2175d13bef6d61f3d83eb9bd50cefb18ea4da211 /user_guide/changelog.html | |
parent | 9b3e7b5f2d4ec4feae793ef90454506addbb19e1 (diff) |
Fixed a bug where DBForge was outputting invalid SQL in Postgres by adding brackets around the tables in FROM
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 573db864f..550138ff8 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -79,7 +79,8 @@ Change Log <h3>Bugfixes for 1.6.1</h3>
<ul>
<li> Made Active Record fully database prefix aware (#3384)</li>
-</ul>
+ <li>Fixed a bug where DBForge was outputting invalid SQL in Postgres by adding brackets around the tables in FROM</li>
+ </ul>
<h2>Version 1.6.0</h2>
<p>Release Date: January 30, 2008 </p>
<ul>
|