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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove obsolete todo
Vincent Rischmann
2022-08-02
1
-3
/
+0
*
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
*
some error codes are only available with sqlite >= 3.22.0
Vincent Rischmann
2022-08-02
1
-5
/
+11
*
fix build
Vincent Rischmann
2022-07-26
1
-1
/
+1
*
build: let the user specify the build mode
Vincent Rischmann
2022-07-23
1
-8
/
+8
*
add a way to get the aggregate context with createAggregateFunction
Vincent Rischmann
2022-07-14
1
-53
/
+161
*
readme: fix allocator usage
Vincent Rischmann
2022-06-26
1
-1
/
+1
*
Merge branch 'clarify-bind-markers-error'
Vincent Rischmann
2022-05-24
1
-1
/
+1
|
\
|
*
clarify the compile error
Vincent Rischmann
2022-05-24
1
-1
/
+1
|
/
*
Make ParsedQuery a generic on query length
Luna
2022-05-17
2
-163
/
+170
*
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
*
allow parsing optional types in bind marker types
Vincent Rischmann
2022-05-03
1
-1
/
+16
*
Merge branch 'fix-bind-identifier-parsing'
Vincent Rischmann
2022-05-02
2
-3
/
+8
|
\
|
*
the '_' character is valid in a named bind parameter
Vincent Rischmann
2022-05-02
2
-3
/
+8
|
/
*
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
*
update sqlite bundled source code to 3.38.2
Vincent Rischmann
2022-04-23
2
-111
/
+248
*
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
*
readme: add note about complex allocations
Vincent Rischmann
2022-04-21
1
-0
/
+35
*
add the Db.execAlloc method
Vincent Rischmann
2022-04-21
1
-0
/
+19
*
remove comment
Vincent Rischmann
2022-04-21
1
-3
/
+0
*
readme: add note about allocator for custom types
Vincent Rischmann
2022-04-21
1
-0
/
+5
*
cleanup the temporary values correctly for enums
Vincent Rischmann
2022-04-21
1
-26
/
+42
*
Merge branch 'update-readme'
Vincent Rischmann
2022-04-21
1
-1
/
+30
|
\
|
*
document the custom type binding and reading
Vincent Rischmann
2022-04-21
1
-1
/
+30
|
/
*
fix readme
Vincent Rischmann
2022-04-21
1
-1
/
+1
*
check explicitly that bindField is implemented
Vincent Rischmann
2022-04-21
1
-1
/
+7
*
Merge branch 'fix-function-aarch64'
Vincent Rischmann
2022-04-18
1
-12
/
+8
|
\
|
*
fix alignCast in the xStep callback of createAggregateFunction
Vincent Rischmann
2022-04-17
1
-12
/
+8
|
/
*
readme: specify we're talking about _SQL_ functions
Vincent Rischmann
2022-04-17
1
-2
/
+3
*
readme: fix formatting
Vincent Rischmann
2022-04-17
1
-4
/
+4
*
Merge branch 'readme-toc'
Vincent Rischmann
2022-04-17
1
-1
/
+33
|
\
|
*
readme: add a table of contents
Vincent Rischmann
2022-04-17
1
-1
/
+33
|
/
[next]