index
:
zig-sqlite
ci-ubuntu-2404
master
pin-zig-0.14.0
private-statement
refactor-build
use-upstream
virtual-table-bak
zig-0.13.0
zig-0.14.0
zig-0.15.1
Mirror of https://github.com/vrischmann/zig-sqlite
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
query.zig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move Text in sqlite.zig
Vincent Rischmann
2022-08-05
1
-3
/
+1
*
Make ParsedQuery a generic on query length
Luna
2022-05-17
1
-161
/
+168
*
allow parsing optional types in bind marker types
Vincent Rischmann
2022-05-03
1
-1
/
+16
*
the '_' character is valid in a named bind parameter
Vincent Rischmann
2022-05-02
1
-1
/
+6
*
query: improve tests
Vincent Rischmann
2022-01-02
1
-23
/
+37
*
query: rework the named bind marker parsing
Vincent Rischmann
2022-01-02
1
-15
/
+12
*
query: use snake_case for the states for consistency
Vincent Rischmann
2022-01-02
1
-18
/
+18
*
query: remove identifier from BindMarker
Vincent Rischmann
2022-01-02
1
-18
/
+17
*
query: remove identifier_type from BindMarker
Vincent Rischmann
2022-01-02
1
-41
/
+0
*
fix query parsing when there's a named identifier without a type
Vincent Rischmann
2021-12-31
1
-0
/
+1
*
query: also test the number of bind markers
Vincent Rischmann
2021-12-31
1
-0
/
+10
*
improve query parsing to ignore bind markers prefix inside strings
Vincent Rischmann
2021-12-18
1
-0
/
+16
*
add a test for bind markers inside strings
Vincent Rischmann
2021-12-18
1
-1
/
+31
*
query: use lowercase for enum fields
Vincent Rischmann
2021-10-23
1
-9
/
+12
*
query: increase eval branch quota for tests
Vincent Rischmann
2021-10-23
1
-0
/
+1
*
query: no need to use comptimePrint
Vincent Rischmann
2021-10-23
1
-3
/
+3
*
query: use a switch instead of if/else chains
Vincent Rischmann
2021-10-23
1
-8
/
+11
*
document BindMarker
Vincent Rischmann
2021-10-23
1
-2
/
+9
*
rename id_type/IdType for naming consistency
Vincent Rischmann
2021-10-23
1
-9
/
+9
*
query.zig: code format
thisLight
2021-10-19
1
-25
/
+19
*
BindMarker: idType to id_type
thisLight
2021-10-19
1
-8
/
+8
*
BindMarker, ParsedQuery: support BindMarker.idType
thisLight
2021-10-19
1
-2
/
+48
*
ParsedQuery: support :@$ as bind marker mark
thisLight
2021-10-19
1
-18
/
+17
*
ParsedQuery: support named parameters.
thisLight
2021-10-19
1
-18
/
+115
*
query: fix new compilation errors
Vincent Rischmann
2021-06-25
1
-9
/
+3
*
all: update for latest zig
Vincent Rischmann
2021-05-19
1
-3
/
+2
*
all: fix tests for latest zig
Vincent Rischmann
2021-05-09
1
-4
/
+4
*
add incremental i/o on blob
Vincent Rischmann
2021-01-31
1
-2
/
+1
*
remove debug print statements
Vincent Rischmann
2021-01-24
1
-2
/
+0
*
convert {} to {s} or {d}
Vincent Rischmann
2021-01-03
1
-2
/
+2
*
allow bool bind parameters and reading bool values
Vincent Rischmann
2020-12-21
1
-0
/
+3
*
is_signed was replaced with .signedness
Vincent Rischmann
2020-11-26
1
-1
/
+1
*
allow untyped bind markers
Vincent Rischmann
2020-11-11
1
-9
/
+31
*
add types to bind markers and check them at comptime
Vincent Rischmann
2020-11-11
1
-0
/
+190