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
We've been using Squirrel for a while now and (frankly) love it. The thing we're coming up against is there's not a lot of great support for subqueries. We're using sq.Alias to give a Window on a Column, but when params are passed in Squirrel seems to place them using the initial index despite passing Expr's around in what looks like a supported fashion.
We've had to revert a code change that we found in testing here: autobrr/autobrr#599
This also seems to go wrong when using the WHERE IN clause, but admittedly that seems to be less supported (although greatly desired).
Thoughts, directions, patches for us to test are greatly appreciated.
The text was updated successfully, but these errors were encountered:
hi Team,
We've been using Squirrel for a while now and (frankly) love it. The thing we're coming up against is there's not a lot of great support for subqueries. We're using sq.Alias to give a Window on a Column, but when params are passed in Squirrel seems to place them using the initial index despite passing Expr's around in what looks like a supported fashion.
We've had to revert a code change that we found in testing here: autobrr/autobrr#599
This also seems to go wrong when using the WHERE IN clause, but admittedly that seems to be less supported (although greatly desired).
Thoughts, directions, patches for us to test are greatly appreciated.
The text was updated successfully, but these errors were encountered: