zig-sqlite commit
946d77c
Zig version
0.16.0
Steps to reproduce
Im not entirely sure how to reproduce the error. But on some function calls of DynamicStatement.all(..) result in the compilation error (s. picture below).
In my opinion the array should be iniialized like this:
var rows: std.ArrayList(Type) = .empty;
Expected behaviour
All function calls of DynamicStatement.all(...) should not compile, because ArrayList has no default values for its fields.
zig-sqlite commit
946d77c
Zig version
0.16.0
Steps to reproduce
Im not entirely sure how to reproduce the error. But on some function calls of DynamicStatement.all(..) result in the compilation error (s. picture below).
In my opinion the array should be iniialized like this:
Expected behaviour
All function calls of DynamicStatement.all(...) should not compile, because ArrayList has no default values for its fields.