summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorNiklas Nilsson <splitfeed@gmail.com>2011-08-30 13:39:42 +0200
committerNiklas Nilsson <splitfeed@gmail.com>2011-08-30 13:39:42 +0200
commitd2018ee8ae967cafbd8315ba9ea45f58150bcffe (patch)
tree82f78b4ba1cd58f71169e8bf702bf1926808c5bf /user_guide
parentb50df5f018176c0cd0ad498e9c710a2b0b016a80 (diff)
Fixed issue #105 SQL log errors
Enabled logging database query errors even if $db_debug is not enabled.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 978b710be..b3a58617e 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -112,6 +112,7 @@ Change Log
<li class="reactor">Fixed a bug (Reactor #19) where 1) the 404_override route was being ignored in some cases, and 2) auto-loaded libraries were not available to the 404_override controller when a controller existed but the requested method did not.</li>
<li class="rector">Fixed a bug (Reactor #89) where MySQL export would fail if the table had hyphens or other non alphanumeric/underscore characters.</li>
<li class="reactor">Fixed a bug (#200) where MySQL queries would be malformed after calling <samp>count_all()</samp> then <samp>db->get()</samp></li>
+ <li class="reactor">Fixed bug #105 that stopped query errors from being logged unless database debugging was enabled</li>
<li>Fixed a bug (#181) where a mis-spelling was in the form validation language file.</li>
<li>Fixed a bug (#160) - Removed unneeded array copy in the file cache driver.</li>
<li>Fixed a bug (#150) - <samp>field_data()</samp> now correctly returns column length.</li>