Skip to content

Commit 67a2635

Browse files
committed
Fix QueryNode.fromRawQuery
1 parent 2738d9b commit 67a2635

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

asql-core/src/main/java/me/zort/sqllib/internal/query/QueryNode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public QueryDetails buildQueryDetails() {
7878
break;
7979
}
8080
values.put("val_" + index, params[index]);
81+
index++;
8182
}
8283
return new QueryDetails(preparedStr, values);
8384
}

0 commit comments

Comments
 (0)