diff options
Diffstat (limited to 'sqlite.zig')
| -rw-r--r-- | sqlite.zig | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -492,7 +492,6 @@ pub const Db = struct { | |||
| 492 | pub const QueryOptions = struct { | 492 | pub const QueryOptions = struct { |
| 493 | /// if provided, diags will be populated in case of failures. | 493 | /// if provided, diags will be populated in case of failures. |
| 494 | diags: ?*Diagnostics = null, | 494 | diags: ?*Diagnostics = null, |
| 495 | allocator: *std.mem.Allocator = undefined, | ||
| 496 | }; | 495 | }; |
| 497 | 496 | ||
| 498 | /// Iterator allows iterating over a result set. | 497 | /// Iterator allows iterating over a result set. |