vrischmann / zig-sqlite

zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
MIT License
367 stars 49 forks source link

allow optional types in the bind marker type info #87

Closed vrischmann closed 2 years ago

vrischmann commented 2 years ago

It's currently impossible to use an optional type in a bind marker to enforce typing even though binding an optional type works just fine.

This PR fixes this.