has_one-reflection (like has_many), group & having. subqueries deactivated

This commit is contained in:
Denis Knauf 2011-10-25 16:31:18 +02:00
parent d5aa6052ec
commit f3bcdd4b25
3 changed files with 7 additions and 77 deletions

View file

@ -101,12 +101,6 @@ class SmqlToAR
end
end
class UnknownHavingMethod < SMQLError
def initialize expected, got
super :expected => expected, :got => got
end
end
class BuilderError < Exception; end
#############################################################################