| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-01-02 | query: improve tests | 1 | -23/+37 | ||
| 2022-01-02 | query: rework the named bind marker parsing | 1 | -15/+12 | ||
| 2022-01-02 | query: use snake_case for the states for consistency | 1 | -18/+18 | ||
| 2022-01-02 | query: remove identifier from BindMarker | 1 | -18/+17 | ||
| 2022-01-02 | query: remove identifier_type from BindMarker | 1 | -41/+0 | ||
| 2021-12-31 | fix query parsing when there's a named identifier without a type | 1 | -0/+1 | ||
| 2021-12-31 | query: also test the number of bind markers | 1 | -0/+10 | ||
| 2021-12-18 | improve query parsing to ignore bind markers prefix inside strings | 1 | -0/+16 | ||
| Fixes #65 | |||||
| 2021-12-18 | add a test for bind markers inside strings | 1 | -1/+31 | ||
| 2021-10-23 | query: use lowercase for enum fields | 1 | -9/+12 | ||
| 2021-10-23 | query: increase eval branch quota for tests | 1 | -0/+1 | ||
| 2021-10-23 | query: no need to use comptimePrint | 1 | -3/+3 | ||
| 2021-10-23 | query: use a switch instead of if/else chains | 1 | -8/+11 | ||
| 2021-10-23 | document BindMarker | 1 | -2/+9 | ||
| 2021-10-23 | rename id_type/IdType for naming consistency | 1 | -9/+9 | ||
| 2021-10-19 | query.zig: code format | 1 | -25/+19 | ||
| 2021-10-19 | BindMarker: idType to id_type | 1 | -8/+8 | ||
| 2021-10-19 | BindMarker, ParsedQuery: support BindMarker.idType | 1 | -2/+48 | ||
| 2021-10-19 | ParsedQuery: support :@$ as bind marker mark | 1 | -18/+17 | ||
| 2021-10-19 | ParsedQuery: support named parameters. | 1 | -18/+115 | ||
| Besides ParsedQuery, BindMarker have been reworked to fit new need of named parameters. | |||||
| 2021-06-25 | query: fix new compilation errors | 1 | -9/+3 | ||
| 2021-05-19 | all: update for latest zig | 1 | -3/+2 | ||
| 2021-05-09 | all: fix tests for latest zig | 1 | -4/+4 | ||
| 2021-01-31 | add incremental i/o on blob | 1 | -2/+1 | ||
| 2021-01-24 | remove debug print statements | 1 | -2/+0 | ||
| 2021-01-03 | convert {} to {s} or {d} | 1 | -2/+2 | ||
| 2020-12-21 | allow bool bind parameters and reading bool values | 1 | -0/+3 | ||
| 2020-11-26 | is_signed was replaced with .signedness | 1 | -1/+1 | ||
| 2020-11-11 | allow untyped bind markers | 1 | -9/+31 | ||
| 2020-11-11 | add types to bind markers and check them at comptime | 1 | -0/+190 | ||