wrappers icon indicating copy to clipboard operation
wrappers copied to clipboard

`limit` is alwasy `None`

Open samuelcolvin opened this issue 1 year ago • 0 comments

Bug report

I've tried adding limit 1 etc. to a query, but the limit: &Option<Limit> parameter to begin_scan seems to always be None.

I tried setting offset 1 limit 1 since Limit seems to be always contain both limit and offset, but it didn't help.


I'm building on MacOS with cargo pgrx run pg15, using pgrx = { version = "=0.11.2" } and cargo --version cargo 1.77.1 (e52e36006 2024-03-26), using superbase-wrappers main as per #252

samuelcolvin avatar Apr 08 '24 12:04 samuelcolvin