aboutsummaryrefslogtreecommitdiffstats
path: root/History.txt
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-07-20 14:00:06 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-07-20 14:00:06 -0700
commit2567b72f9582c14a591156653e2b656d48200b11 (patch)
tree3f0b89b8ccc8ccc37f5233ca628d550b3cc6ec9a /History.txt
parent7832cd3bb3c6cfd76fdb63ca75995f2e6c87757c (diff)
downloadrails-2567b72f9582c14a591156653e2b656d48200b11.tar.gz
rails-2567b72f9582c14a591156653e2b656d48200b11.tar.bz2
rails-2567b72f9582c14a591156653e2b656d48200b11.zip
supressing nested parenthesis in multiple unions on mysql. thanks jhtwong. fixes #58
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index ea27ae6d6d..8b69413140 100644
--- a/History.txt
+++ b/History.txt
@@ -3,6 +3,7 @@
* Bug Fixes
* Fix depth-first traversal to understand ascending / descending nodes.
+ * Parentheis are suppressed with nested unions in MySQL. Thanks jhtwong!
== 2.1.3 / 2011-06-27