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

readField remove unreachable and support default value in string backed enums #126

Closed nektro closed 1 year ago

nektro commented 1 year ago

Description

fixes the TODO and adds a proper escape hatch for when readField for stringly enums fails

Checklist

vrischmann commented 1 year ago

Thanks