group and having clause init

This commit is contained in:
Denis Knauf 2011-10-06 13:27:41 +02:00
parent cc49fdefe9
commit 11466211ac
3 changed files with 73 additions and 1 deletions

View file

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