You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I likewise found this to be unexpected behavior. As those frequently come from query parameters (user input) when implementing pagination, this has security implementations.
In the meantime, a workaround is: Suffix("LIMIT ? OFFSET ?", limit, offset)
Can
Limit()
andOffset()
functions make a placeholder for prepare statement?Use squirrel v1.5.4 the result:
The text was updated successfully, but these errors were encountered: