summaryrefslogtreecommitdiff
path: root/query.zig
diff options
context:
space:
mode:
Diffstat (limited to 'query.zig')
-rw-r--r--query.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/query.zig b/query.zig
index d56329e..9cdf7ea 100644
--- a/query.zig
+++ b/query.zig
@@ -124,6 +124,7 @@ pub const ParsedQuery = struct {
124 state = .Start; 124 state = .Start;
125 if (current_bind_marker_id_pos > 0) { 125 if (current_bind_marker_id_pos > 0) {
126 parsed_query.bind_markers[parsed_query.nb_bind_markers].identifier = current_bind_marker_id[0..current_bind_marker_id_pos]; 126 parsed_query.bind_markers[parsed_query.nb_bind_markers].identifier = current_bind_marker_id[0..current_bind_marker_id_pos];
127 parsed_query.nb_bind_markers += 1;
127 } 128 }
128 } 129 }
129 buf[pos] = c; 130 buf[pos] = c;