diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-02-04 17:47:01 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-02-04 17:47:01 +0100 |
commit | e7f0325af984392aa4c509dc5a5ca409f5e9474a (patch) | |
tree | 1fbd61e82de91af494242b33fb812f870da86c4a /user_guide/changelog.html | |
parent | 5192e5c8e94f956784063812da6378adb3cb1b7c (diff) |
database exists function in dbutil
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 fc35cdf7f..88d8a1621 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -74,6 +74,7 @@ SVN Revision: </p> </li> <li>Database <ul> + <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> <li>Fixed a bug where an undefined class variable was referenced in database drivers.</li> |