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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-19
query: fix zig fmt errors
Jari Vetoniemi
1
-1
/
+1
2023-12-18
query: parse names of bind parameters
Jari Vetoniemi
1
-1
/
+19
2023-12-18
query: support [] and ` identifiers
Jari Vetoniemi
1
-2
/
+2
2023-12-02
Update query.zig
Krvopije
1
-1
/
+1
2023-11-21
Update to zig 0.12.0-dev.1664+8ca4a5240
Ed Yu
1
-2
/
+2
2023-11-21
Update query.zig
Krvopije
1
-2
/
+2
2022-12-11
fix for latest zig
Vincent Rischmann
1
-1
/
+1
2022-12-06
fix for stage2
Vincent Rischmann
1
-1
/
+1
2022-09-17
fix for latest zig
Vincent Rischmann
1
-3
/
+3
2022-08-05
move Text in sqlite.zig
Vincent Rischmann
1
-3
/
+1
2022-05-17
Make ParsedQuery a generic on query length
Luna
1
-161
/
+168
2022-05-03
allow parsing optional types in bind marker types
Vincent Rischmann
1
-1
/
+16
2022-05-02
the '_' character is valid in a named bind parameter
Vincent Rischmann
1
-1
/
+6
2022-01-02
query: improve tests
Vincent Rischmann
1
-23
/
+37
2022-01-02
query: rework the named bind marker parsing
Vincent Rischmann
1
-15
/
+12
2022-01-02
query: use snake_case for the states for consistency
Vincent Rischmann
1
-18
/
+18
2022-01-02
query: remove identifier from BindMarker
Vincent Rischmann
1
-18
/
+17
2022-01-02
query: remove identifier_type from BindMarker
Vincent Rischmann
1
-41
/
+0
2021-12-31
fix query parsing when there's a named identifier without a type
Vincent Rischmann
1
-0
/
+1
2021-12-31
query: also test the number of bind markers
Vincent Rischmann
1
-0
/
+10
2021-12-18
improve query parsing to ignore bind markers prefix inside strings
Vincent Rischmann
1
-0
/
+16
2021-12-18
add a test for bind markers inside strings
Vincent Rischmann
1
-1
/
+31
2021-10-23
query: use lowercase for enum fields
Vincent Rischmann
1
-9
/
+12
2021-10-23
query: increase eval branch quota for tests
Vincent Rischmann
1
-0
/
+1
2021-10-23
query: no need to use comptimePrint
Vincent Rischmann
1
-3
/
+3
2021-10-23
query: use a switch instead of if/else chains
Vincent Rischmann
1
-8
/
+11
2021-10-23
document BindMarker
Vincent Rischmann
1
-2
/
+9
2021-10-23
rename id_type/IdType for naming consistency
Vincent Rischmann
1
-9
/
+9
2021-10-19
query.zig: code format
thisLight
1
-25
/
+19
2021-10-19
BindMarker: idType to id_type
thisLight
1
-8
/
+8
2021-10-19
BindMarker, ParsedQuery: support BindMarker.idType
thisLight
1
-2
/
+48
2021-10-19
ParsedQuery: support :@$ as bind marker mark
thisLight
1
-18
/
+17
2021-10-19
ParsedQuery: support named parameters.
thisLight
1
-18
/
+115
2021-06-25
query: fix new compilation errors
Vincent Rischmann
1
-9
/
+3
2021-05-19
all: update for latest zig
Vincent Rischmann
1
-3
/
+2
2021-05-09
all: fix tests for latest zig
Vincent Rischmann
1
-4
/
+4
2021-01-31
add incremental i/o on blob
Vincent Rischmann
1
-2
/
+1
2021-01-24
remove debug print statements
Vincent Rischmann
1
-2
/
+0
2021-01-03
convert {} to {s} or {d}
Vincent Rischmann
1
-2
/
+2
2020-12-21
allow bool bind parameters and reading bool values
Vincent Rischmann
1
-0
/
+3
2020-11-26
is_signed was replaced with .signedness
Vincent Rischmann
1
-1
/
+1
2020-11-11
allow untyped bind markers
Vincent Rischmann
1
-9
/
+31
2020-11-11
add types to bind markers and check them at comptime
Vincent Rischmann
1
-0
/
+190