diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 21:18:38 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 21:18:38 +0100 |
commit | ad1171a6797dc0054381327fb26a9e9e232a639e (patch) | |
tree | da843d2b07969d7a2896926e86c27269b7142d39 /user_guide/changelog.html | |
parent | 536558bdd4dd04abade1f7d8424de2abd88d978c (diff) |
added swap_pre, autoinit, and stricton database configuration explanations
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 822f394a9..95b1e6ccd 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -89,6 +89,9 @@ Hg Tag: </p> </li> <li>Database <ul> + <li>Added <kbd>swap_pre</kbd> value to <a href="./database/configuration.html">database configuration</a>.</li> + <li>Added <kbd>autoinit</kbd> value to <a href="./database/configuration.html">database configuration</a>.</li> + <li>Added <kbd>stricton</kbd> value to <a href="./database/configuration.html">database configuration</a>.</li> <li>Added <kbd>database_exists()</kbd> to the <a href="database/utilities.html">Database Utilities Class</a>.</li> <li>Semantic change to db->version() function to allow a list of exceptions for databases with functions to return version string instead of specially formed SQL queries. Currently this list only includes Oracle and SQLite.</li> <li>Fixed a bug where driver specific table identifier protection could lead to malformed queries in the <kbd>field_data()</kbd> functions.</li> |