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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
move test helpers
Vincent Rischmann
2022-09-18
1
-44
/
+1
*
move setFunctionArgument to helpers.setTypeFromValue
Vincent Rischmann
2022-09-18
1
-50
/
+2
*
move setFunctionResult to helpers.setResult
Vincent Rischmann
2022-09-18
1
-37
/
+4
*
remove pointless discard
Vincent Rischmann
2022-09-13
1
-1
/
+0
*
drop the table in the tests
Vincent Rischmann
2022-08-31
1
-4
/
+16
*
make `c` public again
Vincent Rischmann
2022-08-15
1
-1
/
+1
*
require SQLite >= 3.21.0
Vincent Rischmann
2022-08-14
1
-5
/
+1
*
move versionGreaterThanOrEqualTo in sqlite.zig
Vincent Rischmann
2022-08-05
1
-0
/
+5
*
move Text in sqlite.zig
Vincent Rischmann
2022-08-05
1
-1
/
+3
*
move DetailedError, do some cleanup
Vincent Rischmann
2022-08-04
1
-43
/
+3
*
use a single cImport
Vincent Rischmann
2022-08-04
1
-3
/
+1
*
no need for 'comptime' for this check
Vincent Rischmann
2022-08-02
1
-1
/
+1
*
create a specific CreateFunctionFlag struct based on the SQLite version
Vincent Rischmann
2022-08-02
1
-2
/
+16
*
add a way to get the aggregate context with createAggregateFunction
Vincent Rischmann
2022-07-14
1
-53
/
+161
*
clarify the compile error
Vincent Rischmann
2022-05-24
1
-1
/
+1
*
Make ParsedQuery a generic on query length
Luna
2022-05-17
1
-2
/
+2
*
Make errorFromResultCode public
luna
2022-05-15
1
-0
/
+1
*
remove unreachable condition
Luna
2022-05-14
1
-2
/
+0
*
add test for single statement in execMulti
Luna
2022-05-14
1
-1
/
+9
*
rename to execMulti
Luna
2022-05-14
1
-2
/
+2
*
add newlines and comments to runMulti test case
Luna
2022-05-14
1
-1
/
+1
*
fix splitting logic for runMulti
Luna
2022-05-14
1
-4
/
+21
*
copy options over
Luna
2022-05-14
1
-4
/
+5
*
add Db.runMulti
Luna
2022-05-14
1
-1
/
+24
*
add a test for a bind marker with an optional type
Vincent Rischmann
2022-05-03
1
-14
/
+34
*
the '_' character is valid in a named bind parameter
Vincent Rischmann
2022-05-02
1
-2
/
+2
*
put the TODO comment at the end of the line instead
Vincent Rischmann
2022-05-02
1
-9
/
+3
*
Makes sqlite.Error pub.
Felix "xq" Queißner
2022-04-29
1
-1
/
+2
*
remove unused assert
Vincent Rischmann
2022-04-24
1
-3
/
+0
*
clarify type name
Vincent Rischmann
2022-04-24
1
-3
/
+3
*
add compile error when passing non-struct to Statement.bind
Luna
2022-04-24
1
-0
/
+5
*
add test for runtime slices as DynamicStatement args
Luna
2022-04-24
1
-0
/
+22
*
emit compileError on unsupported pointer sizes
Luna
2022-04-24
1
-4
/
+8
*
add support for arrays as runtime bind values
Luna
2022-04-24
1
-0
/
+5
*
allow slices to be passed as bind parameters
Luna
2022-04-24
1
-9
/
+22
*
remove the 'opening' logs
Vincent Rischmann
2022-04-23
1
-4
/
+0
*
handle tagged union when binding parameters
Vincent Rischmann
2022-04-23
1
-0
/
+87
*
add the Db.execAlloc method
Vincent Rischmann
2022-04-21
1
-0
/
+19
*
remove comment
Vincent Rischmann
2022-04-21
1
-3
/
+0
*
cleanup the temporary values correctly for enums
Vincent Rischmann
2022-04-21
1
-26
/
+42
*
check explicitly that bindField is implemented
Vincent Rischmann
2022-04-21
1
-1
/
+7
*
fix alignCast in the xStep callback of createAggregateFunction
Vincent Rischmann
2022-04-17
1
-12
/
+8
*
factor the CreateFunctionFlag to c_int code
Vincent Rischmann
2022-04-17
1
-14
/
+15
*
work on supporting aggregate SQL functions
Vincent Rischmann
2022-04-17
1
-78
/
+259
*
document CreateFunctionFlag
Vincent Rischmann
2022-04-16
1
-0
/
+8
*
constrain the error set of createScalarFunction
Vincent Rischmann
2022-04-16
1
-1
/
+1
*
add createScalarFunction to create a user-defined scalar function
Vincent Rischmann
2022-04-03
1
-0
/
+292
*
only use sqlite3_error_offset if compatible
Luna
2022-04-02
1
-1
/
+8
*
add error offsets to DetailedError
Luna
2022-04-02
1
-3
/
+9
*
fix sentinel
Vincent Rischmann
2022-02-05
1
-19
/
+23
[prev]
[next]