-
Notifications
You must be signed in to change notification settings - Fork 0
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
Query Parameter werden validiert #111
base: master
Are you sure you want to change the base?
Conversation
checkuniqueness
Squash to DB2 QueryPlan
Squash to customDeployParser
Release-infos Switch to FOCONIS Repo NOPR - FOCONIS Github Actions repo ebean-migration
Fix TestLength test
@@ -17,6 +18,7 @@ public final class InExpression extends AbstractExpression implements IdInCommon | |||
private final boolean empty; | |||
private final boolean not; | |||
private final Collection<?> sourceValues; | |||
private Collection<Object> simplifiedSourceValues; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIXME: INExpression ist noch nicht optimal, sollte noch verbessert werden
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Schaut für mich nach einer gut durchdachten und nachhaltigen Lösung des Problems aus. Chapeau!
No description provided.