has_one-reflection (like has_many), group & having. subqueries deactivated
This commit is contained in:
parent
d5aa6052ec
commit
f3bcdd4b25
3 changed files with 7 additions and 77 deletions
|
@ -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
|
||||
|
||||
#############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue