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

Add distinct EmptyQuery error / Fix zig fmt on query.zig #149

Closed Cloudef closed 10 months ago

Cloudef commented 10 months ago

Description

Add distinct EmptyQuery error so execMulti can be run on .sql schema files with @embedFile for example. Fix the zig fmt errors in query.zig

Checklist

vrischmann commented 10 months ago

Thanks !