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
*
Merge branch 'fix-read-array'
Vincent Rischmann
2021-08-31
1
-2
/
+2
|
\
|
*
fix the compile error from readArray
Vincent Rischmann
2021-08-31
1
-2
/
+2
|
/
*
Merge branch 'fix-latest-zig'
Vincent Rischmann
2021-08-27
1
-2
/
+5
|
\
|
*
fix build script for latest zig
Vincent Rischmann
2021-08-27
1
-2
/
+5
|
/
*
Merge branch 'read-direct-enum'
Vincent Rischmann
2021-08-26
1
-1
/
+99
|
\
|
*
implement reading a text column into an enum value directly
Vincent Rischmann
2021-08-26
1
-0
/
+39
|
*
implement reading an integer column into an enum value directly
Vincent Rischmann
2021-08-26
1
-1
/
+60
|
/
*
fix documentation
Vincent Rischmann
2021-08-26
1
-4
/
+2
*
Merge pull request #44 from lithdew/master
Vincent Rischmann
2021-08-26
1
-1
/
+1
|
\
|
*
sqlite: interpret database path in init flags as uri
Kenta Iwasaki
2021-08-27
1
-1
/
+1
*
|
Merge pull request #43 from lithdew/master
Vincent Rischmann
2021-08-25
1
-1
/
+10
|
\
|
|
*
sqlite: expose c import, add 'shared_cache' to init flags
Kenta Iwasaki
2021-08-26
1
-1
/
+10
|
/
*
Merge pull request #42 from nektro/master
Vincent Rischmann
2021-08-25
3
-16
/
+71
|
\
|
*
dry up the updated constraint check
Meghan Denny
2021-08-24
1
-14
/
+11
|
*
fix type constraint checks for container and non-container types
Meghan Denny
2021-08-24
1
-2
/
+18
|
*
enum tests now pass without orelse in read
Meghan Denny
2021-08-24
1
-1
/
+1
|
*
fix bind index
Meghan Denny
2021-08-24
1
-2
/
+2
|
*
tests- add enum field cases
Meghan Denny
2021-08-23
1
-12
/
+31
|
*
tests- use select * when pulling into a struct
Meghan Denny
2021-08-23
1
-2
/
+2
|
*
add support for enum fields and lay groundwork for #39
Meghan Denny
2021-08-23
1
-1
/
+21
|
*
add zigmod to gitignore
Meghan Denny
2021-08-23
2
-0
/
+3
|
/
*
Merge pull request #38 from vrischmann/ci-macos
Vincent Rischmann
2021-08-18
6
-40
/
+12
|
\
|
*
ci: stop testing both memory and filesystem
Vincent Rischmann
2021-08-18
5
-39
/
+3
|
*
ci: enable macOS
Vincent Rischmann
2021-08-18
1
-2
/
+2
|
*
build: handle macos in the test targets
Vincent Rischmann
2021-08-18
1
-0
/
+8
|
/
*
Merge pull request #36 from nektro/master
Vincent Rischmann
2021-08-12
4
-13
/
+14
|
\
|
*
update README with new init syntax as well
Meghan Denny
2021-08-11
1
-2
/
+1
|
*
update tests for new use of `Db.init`
Meghan Denny
2021-08-11
1
-6
/
+2
|
*
actions- add `fail-fast: false` to matrix steps
Meghan Denny
2021-08-11
1
-0
/
+2
|
*
adding allocator to Db.QueryOptions was a mistake
Meghan Denny
2021-08-11
1
-1
/
+0
|
*
git- ignore zig-cache and zig-out
Meghan Denny
2021-08-11
1
-0
/
+1
|
*
clarify bind marker len compile error
Meghan Denny
2021-08-09
1
-1
/
+4
|
*
options asks for `allocator` field but its not there
Meghan Denny
2021-08-09
1
-0
/
+1
|
*
iterator- pass along options object
Meghan Denny
2021-08-09
1
-1
/
+1
|
*
make `init` return a Self instead of updating a pointer
Meghan Denny
2021-08-09
1
-3
/
+3
*
|
Merge pull request #37 from vrischmann/improve-doc
Vincent Rischmann
2021-08-09
1
-18
/
+52
|
\
\
|
|
/
|
/
|
|
*
move the documentation to Db.openBlob since that is the method user will call
Vincent Rischmann
2021-08-09
1
-19
/
+26
|
*
clarify Blob.open
Vincent Rischmann
2021-08-09
1
-0
/
+1
|
*
document the ZeroBlob type
Vincent Rischmann
2021-08-09
1
-0
/
+17
|
*
clarify the OpenFlags
Vincent Rischmann
2021-08-09
1
-0
/
+5
|
*
clarify Mode documentation
Vincent Rischmann
2021-08-09
1
-0
/
+4
|
/
*
Merge pull request #33 from vrischmann/exec-with-diags
Vincent Rischmann
2021-08-02
1
-21
/
+47
|
\
|
*
modify exec to take a QueryOptions
Vincent Rischmann
2021-08-02
1
-21
/
+47
|
/
*
Merge branch 'improve-readme'
Vincent Rischmann
2021-07-18
1
-1
/
+23
|
\
|
*
document that fixed-sized arrays are supported
Vincent Rischmann
2021-07-18
1
-1
/
+23
|
/
*
Merge branch 'add-gitattributes'
Vincent Rischmann
2021-07-18
2
-6
/
+3
|
\
|
*
Revert "ci: use vrischmann/checkout@disable-autocrlf"
Vincent Rischmann
2021-07-18
1
-6
/
+2
|
*
gitattributes: normalize line endings
Vincent Rischmann
2021-07-18
1
-0
/
+1
|
/
*
Merge branch 'fix-windows'
Vincent Rischmann
2021-07-12
1
-2
/
+6
|
\
|
*
ci: use vrischmann/checkout@disable-autocrlf
Vincent Rischmann
2021-07-12
1
-2
/
+6
|
/
[next]