Skip to content

Commit

Permalink
Merge pull request #47 from ZorTik/development
Browse files Browse the repository at this point in the history
Fix QueryNode.fromRawQuery
  • Loading branch information
ZorTik authored Feb 15, 2024
2 parents 2738d9b + 67a2635 commit dbeb610
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public QueryDetails buildQueryDetails() {
break;
}
values.put("val_" + index, params[index]);
index++;
}
return new QueryDetails(preparedStr, values);
}
Expand Down

0 comments on commit dbeb610

Please sign in to comment.