diff options
Diffstat (limited to 'sqlite.zig')
| -rw-r--r-- | sqlite.zig | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -492,6 +492,7 @@ 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, | ||
| 495 | }; | 496 | }; |
| 496 | 497 | ||
| 497 | /// Iterator allows iterating over a result set. | 498 | /// Iterator allows iterating over a result set. |