We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876b389 commit 36934f9Copy full SHA for 36934f9
query.zig
@@ -56,7 +56,7 @@ pub fn ParsedQuery(comptime tmp_query: []const u8) type {
56
// This holds the starting character of the string while
57
// state is .inside_string so that we know which type of
58
// string we're exiting from
59
- var string_starting_character = null;
+ var string_starting_character: ?u8 = null;
60
61
var current_bind_marker_type: [256]u8 = undefined;
62
var current_bind_marker_type_pos = 0;
0 commit comments