aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2017-07-27 17:52:50 -0400
committerGitHub <noreply@github.com>2017-07-27 17:52:50 -0400
commita0e2efe395f0f102b87d103f22f07d223ee17e12 (patch)
tree104cb56c7aa6bb40865f05df2bf6ca2d145b6ea3 /test
parentf4227bf20a16a1d688afc24cf0038e2f98905dd4 (diff)
parentf25ee14a470d7505098fd3fdae04ddcffe70f2e2 (diff)
downloadrails-a0e2efe395f0f102b87d103f22f07d223ee17e12.tar.gz
rails-a0e2efe395f0f102b87d103f22f07d223ee17e12.tar.bz2
rails-a0e2efe395f0f102b87d103f22f07d223ee17e12.zip
Merge pull request #491 from yahonda/follow_up_add_bind_for_oracle_visitor
Oracle visitor needs two more `add_bind` argument fix
Diffstat (limited to 'test')
-rw-r--r--test/visitors/test_oracle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/visitors/test_oracle.rb b/test/visitors/test_oracle.rb
index 603d0f1184..fce6606d35 100644
--- a/test/visitors/test_oracle.rb
+++ b/test/visitors/test_oracle.rb
@@ -136,7 +136,7 @@ module Arel
FROM (SELECT ) raw_sql_
WHERE rownum <= (:a1 + :a2)
)
- WHERE raw_rnum_ > :a1
+ WHERE raw_rnum_ > :a3
}
end