summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-08-20 21:23:14 +0200
committerGreg Aker <greg@gregaker.net>2011-08-20 21:23:14 +0200
commit90248ab1f66666f9eccc11c05dcbde25aeba3794 (patch)
tree8665f30bc1dd7c2019ec77f927f87e587b563de2 /user_guide/changelog.html
parent28f21ee67e36a2422c00da13752736dfec075282 (diff)
Fixed a bug (#200) where MySQL queries would be malformed after calling db->count_all() then db->get()
Diffstat (limited to 'user_guide/changelog.html')
-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 88b4363ea..332c258c7 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -95,6 +95,7 @@ Change Log
<li class="reactor">If a config class was loaded first then a library with the same name is loaded, the config would be ignored.</li>
<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>
</ul>
<h2>Version 2.0.3</h2>