On Thursday, August 24, 2017 at 3:34:03 AM UTC-7, João Serra wrote:
>
> Hi there, 
>
> It seems like a fair trade of to add support for limit 0 queries via an 
> extension. I'd be happy to give it a try at implementing it if this is the 
> way to go.
>
> Cheers, 
>
> João Serra
>

Please do give a shot at implementing this via an extension.  Actual code 
needed should be something simple like:

def limit(l, *o)
  l = Sequel.lit('0') if l == 0
  super
end

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to