From 3f3b607d705a3e0871a030946b62c402ee20de0c Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 11 Aug 2021 22:32:06 -0700 Subject: adding allocator to Db.QueryOptions was a mistake --- sqlite.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'sqlite.zig') diff --git a/sqlite.zig b/sqlite.zig index 7ba64ba..2061739 100644 --- a/sqlite.zig +++ b/sqlite.zig @@ -492,7 +492,6 @@ 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