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
/
sqlite.zig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-17
replace meta.tagName with @tagName
Vincent Rischmann
1
-4
/
+4
2023-05-17
Fix build failures on latest Zig
Lue
1
-2
/
+2
2023-03-11
fix calls to sqlite3_bind_text in bindField
Vincent Rischmann
1
-2
/
+4
2023-02-22
fix for latest zig by running 'zig fmt'
Vincent Rischmann
1
-12
/
+12
2023-02-16
fix tests
Vincent Rischmann
1
-1
/
+1
2022-12-26
fix for latest zig
Vincent Rischmann
1
-15
/
+15
2022-12-26
stop using removed ascii functions
Vincent Rischmann
1
-2
/
+2
2022-12-19
Update for latest Zig builtin renames
Ryan Liptak
1
-7
/
+7
2022-12-09
fix redundant comptime
Vincent Rischmann
1
-1
/
+1
2022-12-01
fix for latest zig
Vincent Rischmann
1
-2
/
+2
2022-11-01
Fix compile error with Zig 0.10.0
Ryan Liptak
1
-1
/
+1
2022-09-29
drop comptime from execMulti query
Luna
1
-1
/
+1
2022-09-18
add the virtual table implementation
Vincent Rischmann
1
-0
/
+25
2022-09-18
move test helpers
Vincent Rischmann
1
-44
/
+1
2022-09-18
move setFunctionArgument to helpers.setTypeFromValue
Vincent Rischmann
1
-50
/
+2
2022-09-18
move setFunctionResult to helpers.setResult
Vincent Rischmann
1
-37
/
+4
2022-09-13
remove pointless discard
Vincent Rischmann
1
-1
/
+0
2022-08-31
drop the table in the tests
Vincent Rischmann
1
-4
/
+16
2022-08-15
make `c` public again
Vincent Rischmann
1
-1
/
+1
2022-08-14
require SQLite >= 3.21.0
Vincent Rischmann
1
-5
/
+1
2022-08-05
move versionGreaterThanOrEqualTo in sqlite.zig
Vincent Rischmann
1
-0
/
+5
2022-08-05
move Text in sqlite.zig
Vincent Rischmann
1
-1
/
+3
2022-08-04
move DetailedError, do some cleanup
Vincent Rischmann
1
-43
/
+3
2022-08-04
use a single cImport
Vincent Rischmann
1
-3
/
+1
2022-08-02
no need for 'comptime' for this check
Vincent Rischmann
1
-1
/
+1
2022-08-02
create a specific CreateFunctionFlag struct based on the SQLite version
Vincent Rischmann
1
-2
/
+16
2022-07-14
add a way to get the aggregate context with createAggregateFunction
Vincent Rischmann
1
-53
/
+161
2022-05-24
clarify the compile error
Vincent Rischmann
1
-1
/
+1
2022-05-17
Make ParsedQuery a generic on query length
Luna
1
-2
/
+2
2022-05-15
Make errorFromResultCode public
luna
1
-0
/
+1
2022-05-14
remove unreachable condition
Luna
1
-2
/
+0
2022-05-14
add test for single statement in execMulti
Luna
1
-1
/
+9
2022-05-14
rename to execMulti
Luna
1
-2
/
+2
2022-05-14
add newlines and comments to runMulti test case
Luna
1
-1
/
+1
2022-05-14
fix splitting logic for runMulti
Luna
1
-4
/
+21
2022-05-14
copy options over
Luna
1
-4
/
+5
2022-05-14
add Db.runMulti
Luna
1
-1
/
+24
2022-05-03
add a test for a bind marker with an optional type
Vincent Rischmann
1
-14
/
+34
2022-05-02
the '_' character is valid in a named bind parameter
Vincent Rischmann
1
-2
/
+2
2022-05-02
put the TODO comment at the end of the line instead
Vincent Rischmann
1
-9
/
+3
2022-04-29
Makes sqlite.Error pub.
Felix "xq" Queißner
1
-1
/
+2
2022-04-24
remove unused assert
Vincent Rischmann
1
-3
/
+0
2022-04-24
clarify type name
Vincent Rischmann
1
-3
/
+3
2022-04-24
add compile error when passing non-struct to Statement.bind
Luna
1
-0
/
+5
2022-04-24
add test for runtime slices as DynamicStatement args
Luna
1
-0
/
+22
2022-04-24
emit compileError on unsupported pointer sizes
Luna
1
-4
/
+8
2022-04-24
add support for arrays as runtime bind values
Luna
1
-0
/
+5
2022-04-24
allow slices to be passed as bind parameters
Luna
1
-9
/
+22
2022-04-23
remove the 'opening' logs
Vincent Rischmann
1
-4
/
+0
2022-04-23
handle tagged union when binding parameters
Vincent Rischmann
1
-0
/
+87
[next]