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-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
2021-12-18
always deinit the test database
Vincent Rischmann
1
-0
/
+30
2021-12-18
rename argument for clarity
Vincent Rischmann
1
-3
/
+3
2021-12-01
all: replace spanZ with sliceTo
Vincent Rischmann
1
-8
/
+12
2021-12-01
all: fix for latest Allocator interface refactor
Vincent Rischmann
1
-44
/
+61
2021-11-22
dynamic statement: fix documentation
Vincent Rischmann
1
-3
/
+5
2021-11-22
dynamic statement: document bind()
Vincent Rischmann
1
-0
/
+33
2021-11-22
dynamic statement: add some tests
Vincent Rischmann
1
-0
/
+98
2021-11-22
dynamic statement: fix one()
Vincent Rischmann
1
-1
/
+1
2021-11-22
remove smartBind/bindNamedStruct, they're not actually necessary
Vincent Rischmann
1
-33
/
+11
2021-11-22
Fixes
Felix "xq" Queißner
1
-3
/
+36
2021-11-22
A handful of tiny fixes.
Felix "xq" Queißner
1
-6
/
+6
2021-11-07
savepoint: always deinit the statements
Vincent Rischmann
1
-0
/
+5
2021-10-23
implement savepoint
Vincent Rischmann
1
-0
/
+250
2021-10-23
use explicit error sets everywhere
Vincent Rischmann
1
-11
/
+25
2021-10-19
sqlite: move to new ParsedQuery and BindMarker
thisLight
1
-13
/
+9
2021-10-18
use snake case for field names
Vincent Rischmann
1
-3
/
+3
2021-10-18
make bindField clearer
Vincent Rischmann
1
-34
/
+52
2021-10-18
no need for comptimePrint here
Vincent Rischmann
1
-1
/
+1
2021-10-18
improve documentation of DynamicStatement
Vincent Rischmann
1
-27
/
+27
2021-10-18
Db.getPragmaQuery: use comptimePrint instead of bufPrint
thisLight
1
-7
/
+5
2021-10-13
add the StatementType function
Vincent Rischmann
1
-10
/
+24
[next]