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
*
change a way to use bundled sqlite3
okamo
2022-08-17
1
-1
/
+1
*
make `c` public again
Vincent Rischmann
2022-08-15
1
-1
/
+1
*
require SQLite >= 3.21.0
Vincent Rischmann
2022-08-14
3
-7
/
+13
*
ci: only run the workflow on a push to master
Vincent Rischmann
2022-08-06
1
-0
/
+1
*
ci: cache the zig cache files
Vincent Rischmann
2022-08-06
1
-0
/
+8
*
ci: cancel in progress job
Vincent Rischmann
2022-08-06
1
-0
/
+4
*
ci: run the workflow on all changes
Vincent Rischmann
2022-08-06
1
-8
/
+0
*
move versionGreaterThanOrEqualTo in sqlite.zig
Vincent Rischmann
2022-08-05
2
-4
/
+7
*
move Text in sqlite.zig
Vincent Rischmann
2022-08-05
2
-4
/
+4
*
move DetailedError, do some cleanup
Vincent Rischmann
2022-08-04
2
-49
/
+53
*
use a single cImport
Vincent Rischmann
2022-08-04
3
-6
/
+5
*
add greaterThanOrEqualsTo
jiacai2050
2022-08-04
1
-5
/
+9
*
ci: also trigger on ref creation
Vincent Rischmann
2022-08-02
1
-0
/
+1
*
ci: test on macOS 12
Vincent Rischmann
2022-08-02
1
-1
/
+1
*
ci: test on all Ubuntu's variants
Vincent Rischmann
2022-08-02
1
-1
/
+1
*
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
[next]