diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-29 19:52:11 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-29 19:52:11 +0200 |
commit | bd4400988922b2560975a80498404d7ecd000c0b (patch) | |
tree | 2c8630cd43f1a16700c53363578191de342fb3d4 /user_guide/changelog.html | |
parent | 9e11220c2b780ca3320deae7e91a272b84c88533 (diff) |
made MySQL/MySQLi forge use explicitly named KEYs, added ability to specify multi-column non-primary keys in table creation
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 9e39cb4b0..b59b9ef9b 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -63,6 +63,8 @@ SVN Revision: not currently released</p> <ul>
<li>Database
<ul>
+ <li>Modified MySQL/MySQLi Forge class to give explicit names to keys</li>
+ <li>Added ability to set multiple column non-primary keys to the <a href="database/forge.html">Forge class</a></li>
<li>Added ability to set additional database config values in <a href="database/connecting.html">DSN connections</a> via the query string.</li>
</ul>
</li>
|