From 1a246f71616cf246a75ef6cbdb56032e43d4e643 Mon Sep 17 00:00:00 2001 From: Viacheslav Petrenko Date: Mon, 27 Dec 2010 18:16:18 +0200 Subject: Patched Arel v2.0.6 to support MSSQL SQL queries. Based on work of James Abley (https://github.com/jabley/arel). --- lib/arel/nodes/top.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/arel/nodes/top.rb (limited to 'lib/arel/nodes/top.rb') diff --git a/lib/arel/nodes/top.rb b/lib/arel/nodes/top.rb new file mode 100644 index 0000000000..56e2e97e8d --- /dev/null +++ b/lib/arel/nodes/top.rb @@ -0,0 +1,6 @@ +module Arel + module Nodes + class Top < Arel::Nodes::Unary + end + end +end -- cgit v1.2.3