From fc3d68e1764600cf508cc9ebc35b7b84140ef4ee Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 9 Aug 2021 01:17:49 -0700 Subject: options asks for `allocator` field but its not there --- sqlite.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'sqlite.zig') diff --git a/sqlite.zig b/sqlite.zig index 346b172..e8b3980 100644 --- a/sqlite.zig +++ b/sqlite.zig @@ -492,6 +492,7 @@ pub const Db = struct { pub const QueryOptions = struct { /// if provided, diags will be populated in case of failures. diags: ?*Diagnostics = null, + allocator: *std.mem.Allocator = undefined, }; /// Iterator allows iterating over a result set. -- cgit v1.2.3