From 3683f775bec4993b3777b012a087e82d6bff8d3f Mon Sep 17 00:00:00 2001
From: Derek Allard
Date: Wed, 16 Dec 2009 17:32:33 +0000
Subject: Change to CI's db->version() function to allow a list of exceptions
for dbs with functions to return version string, vs SQL queries to return
version strings. Currently this list only includes Oracle and SQLite.
---
user_guide/changelog.html | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'user_guide')
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 27dff1552..ed987ff3d 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -69,6 +69,11 @@ SVN Revision:
Fixed a language key in the profiler: "profiler_no_memory_usage" to "profiler_no_memory".
+ Database
+
+ - 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.
+
+
Helpers
- Added accept-charset to the list of inserted attributes of form_open() in the Form Helper.
--
cgit v1.2.3-24-g4f1b