lib/spiderfw/model/query_funcs.rb in spiderfw-0.5.19 vs lib/spiderfw/model/query_funcs.rb in spiderfw-0.6.0
- old
+ new
@@ -120,9 +120,12 @@
end
class CurrentDate < ZeroArityFunction
end
+
+ class RowNum < ZeroArityFunction
+ end
class Length < UnaryFunction
end
class Trim < UnaryFunction
\ No newline at end of file