-
Notifications
You must be signed in to change notification settings - Fork 226
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
question #30
Comments
yes, although I'm not entirely sure what you mean. Can you provide an example? |
Sorry I made a mistake with another similar package permitting to execute a query passing a string . In this query I need to filter using match operator |
Anyway I tested in debug also it is not simple to add anyway in a code not designed for it. I realized a simple module is making it . In my code upper layer pass a predicate to a method . the predicate can be converted in a equivalent query String. Pratically you pass a predicate to a Dao function and it executes it. I has operator tilde for regular expression or matematical e for membership or other comparator symbols . Probably I will commit it in github |
can i add a new comparator in the query ?
The text was updated successfully, but these errors were encountered: