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

DynamicStatement.all: use iteratorAlloc #127

Closed nektro closed 1 year ago

nektro commented 1 year ago

Description

Statement.all already does so this patch puts in sync with that. If you prefer an allAlloc instead I can make a follow-up patch.

Checklist

vrischmann commented 1 year ago

The change is fine, thank you !