summaryrefslogtreecommitdiff
path: root/query.zig (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-23query: use lowercase for enum fieldsGravatar Vincent Rischmann1-9/+12
2021-10-23query: increase eval branch quota for testsGravatar Vincent Rischmann1-0/+1
2021-10-23query: no need to use comptimePrintGravatar Vincent Rischmann1-3/+3
2021-10-23query: use a switch instead of if/else chainsGravatar Vincent Rischmann1-8/+11
2021-10-23document BindMarkerGravatar Vincent Rischmann1-2/+9
2021-10-23rename id_type/IdType for naming consistencyGravatar Vincent Rischmann1-9/+9
2021-10-19query.zig: code formatGravatar thisLight1-25/+19
2021-10-19BindMarker: idType to id_typeGravatar thisLight1-8/+8
2021-10-19BindMarker, ParsedQuery: support BindMarker.idTypeGravatar thisLight1-2/+48
2021-10-19ParsedQuery: support :@$ as bind marker markGravatar thisLight1-18/+17
2021-10-19ParsedQuery: support named parameters.Gravatar thisLight1-18/+115
2021-06-25query: fix new compilation errorsGravatar Vincent Rischmann1-9/+3
2021-05-19all: update for latest zigGravatar Vincent Rischmann1-3/+2
2021-05-09all: fix tests for latest zigGravatar Vincent Rischmann1-4/+4
2021-01-31add incremental i/o on blobGravatar Vincent Rischmann1-2/+1
2021-01-24remove debug print statementsGravatar Vincent Rischmann1-2/+0
2021-01-03convert {} to {s} or {d}Gravatar Vincent Rischmann1-2/+2
2020-12-21allow bool bind parameters and reading bool valuesGravatar Vincent Rischmann1-0/+3
2020-11-26is_signed was replaced with .signednessGravatar Vincent Rischmann1-1/+1
2020-11-11allow untyped bind markersGravatar Vincent Rischmann1-9/+31
2020-11-11add types to bind markers and check them at comptimeGravatar Vincent Rischmann1-0/+190