diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-02-13 05:34:10 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-02-13 05:34:10 +0100 |
commit | 5b4d53271a841c60e43d64f4b6b3c32794b41ac7 (patch) | |
tree | 36118ab77e8e04c72fafa81240facdfa6979c26f /user_guide/changelog.html | |
parent | d33972bed776a8e95d1e5602534898672eb56cae (diff) |
fixes to _create_table() in sqlite_forge.php:
removed space between table name and parenthesis
added version check for IF NOT EXISTS
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 43fac7e72..5279715f0 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -87,6 +87,7 @@ Change Log <h3>Bugfixes for 1.6.1</h3>
<ul>
<li>Deprecated is_numeric as a validation rule. Use of numeric and integer are preferred.</li>
+ <li>Fixed bug (#3379) in DBForge with SQLite for table creation.</li>
<li>Made Active Record fully database prefix aware (#3384)</li>
<li>Fixed a bug where DBForge was outputting invalid SQL in Postgres by adding brackets around the tables in FROM</li>
<li>Changed the behaviour of Active Record's update() to make the WHERE clause optional (#3395).</li>
|