summaryrefslogtreecommitdiff
path: root/fuzz/main.zig
diff options
context:
space:
mode:
authorGravatar Vincent Rischmann2022-08-06 18:32:26 +0200
committerGravatar Vincent Rischmann2022-08-06 18:32:29 +0200
commit36a778033da886b9775dd34323dd643e9de7ae01 (patch)
treeed135aea7ba0aa46090c189809f8d87cc7c4e830 /fuzz/main.zig
parentci: only run the workflow on a push to master (diff)
downloadzig-sqlite-private-statement.tar.gz
zig-sqlite-private-statement.tar.xz
zig-sqlite-private-statement.zip
make Statement and ParsedQuery privateprivate-statement
Users should use `StatementType` instead if they wish to refer to the type of a statement, like this: var stmt: StatementType(.{}, query) = try db.prepare(query); defer stmt.deinit();
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions