-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Parse the query looking for :([a-z0-9_]+)\b not in quotes, replace them with ? and build a Map<String, List<Integer>>. Then have
public P set(String name, T value) {
map.getOrDefault(param, Collections.emptyList())
.forEach(idx -> set(idx, value));
return this;
}Reactions are currently unavailable