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

Improvements to ParsedQuery #148

Closed Cloudef closed 10 months ago

Cloudef commented 10 months ago

Description

Supports the [] and ` identifiers in the query. https://sqlite.org/lang_keywords.html Parses name of bind markers and will not count duplicated named bind markers.

Checklist