group and having clause init
This commit is contained in:
parent
cc49fdefe9
commit
11466211ac
3 changed files with 73 additions and 1 deletions
|
@ -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
|
||||
|
||||
#############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue