aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/collectors/sql_string.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/collectors/sql_string.rb')
-rw-r--r--lib/arel/collectors/sql_string.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/arel/collectors/sql_string.rb b/lib/arel/collectors/sql_string.rb
index 526de66416..45001bb507 100644
--- a/lib/arel/collectors/sql_string.rb
+++ b/lib/arel/collectors/sql_string.rb
@@ -20,6 +20,10 @@ module Arel
self << bind.to_s
self
end
+
+ def compile bvs
+ value
+ end
end
end
end