-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add modifier support for ARRAY types and other advanced stuff #141
Comments
I believe the best way is to support simple list modifier. Something like query('WHERE [roles.privileges] ?| ARRAY[%modifier]', ['*', 'app', 'app.client', 'app.client.entry']); The question is how to name the modifier. Currently we use Possibilities:
cc @JanTvrdik |
|
Maybe we could use a spread - something like |
I.e. support advanced expression in Postgres like
The text was updated successfully, but these errors were encountered: