-
Notifications
You must be signed in to change notification settings - Fork 118
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
How to query beans (aka where statements)? #24
Comments
Please see the last comment in #23. If I'm not mistaken, there are no other query api at the moment. |
I've submitted a pull request (#29) to that allows the following:
|
merged #29 |
It lacks a basic check on input, it is very unsafe and can lead to DB errors.
|
Note the code above and the code you posted don't exist in the repository - only the changes that allowed the code above were merged. Its up to the app developer to handle parameter sanitization if even necessary (this is C++ not a web scripting language). |
Documentation says there are several ways of loading beans. I could only find 2: loadBean and getAllBeans.
How do I query beans?
The text was updated successfully, but these errors were encountered: