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
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
2022-04-21
add the Db.execAlloc method
Vincent Rischmann
1
-0
/
+19
2022-04-21
remove comment
Vincent Rischmann
1
-3
/
+0
2022-04-21
cleanup the temporary values correctly for enums
Vincent Rischmann
1
-26
/
+42
2022-04-21
check explicitly that bindField is implemented
Vincent Rischmann
1
-1
/
+7
2022-04-17
fix alignCast in the xStep callback of createAggregateFunction
Vincent Rischmann
1
-12
/
+8
2022-04-17
factor the CreateFunctionFlag to c_int code
Vincent Rischmann
1
-14
/
+15
2022-04-17
work on supporting aggregate SQL functions
Vincent Rischmann
1
-78
/
+259
2022-04-16
document CreateFunctionFlag
Vincent Rischmann
1
-0
/
+8
2022-04-16
constrain the error set of createScalarFunction
Vincent Rischmann
1
-1
/
+1
2022-04-03
add createScalarFunction to create a user-defined scalar function
Vincent Rischmann
1
-0
/
+292
2022-04-02
only use sqlite3_error_offset if compatible
Luna
1
-1
/
+8
2022-04-02
add error offsets to DetailedError
Luna
1
-3
/
+9
2022-02-05
fix sentinel
Vincent Rischmann
1
-19
/
+23
2021-12-31
add a test for a crash found by fuzzing
Vincent Rischmann
1
-1
/
+5
2021-12-31
fix savepoint InitError
Vincent Rischmann
1
-0
/
+3
2021-12-31
statement: return an error if using exec() returns data
Vincent Rischmann
1
-0
/
+1
2021-12-31
add a test using untyped bind markers
Vincent Rischmann
1
-0
/
+19
2021-12-31
use StatementType
Vincent Rischmann
1
-4
/
+2
2021-12-26
fix a panic in Statement.prepare if the query is empty
Vincent Rischmann
1
-0
/
+7
2021-12-26
add tests for crashes found by fuzzing
Vincent Rischmann
1
-0
/
+19
2021-12-18
fix readArray when reading zero-length blob
Vincent Rischmann
1
-8
/
+17
2021-12-18
add a test binding an empty slice to a text column
Vincent Rischmann
1
-0
/
+67
[prev]
[next]