diff options
Diffstat (limited to '')
| -rw-r--r-- | query.zig | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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; |