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
2021-08-24
dry up the updated constraint check
Meghan Denny
1
-14
/
+11
2021-08-24
fix type constraint checks for container and non-container types
Meghan Denny
1
-2
/
+18
2021-08-24
enum tests now pass without orelse in read
Meghan Denny
1
-1
/
+1
2021-08-24
fix bind index
Meghan Denny
1
-2
/
+2
2021-08-23
tests- add enum field cases
Meghan Denny
1
-12
/
+31
2021-08-23
tests- use select * when pulling into a struct
Meghan Denny
1
-2
/
+2
2021-08-23
add support for enum fields and lay groundwork for #39
Meghan Denny
1
-1
/
+21
2021-08-11
update tests for new use of `Db.init`
Meghan Denny
1
-6
/
+2
2021-08-11
adding allocator to Db.QueryOptions was a mistake
Meghan Denny
1
-1
/
+0
2021-08-09
move the documentation to Db.openBlob since that is the method user will call
Vincent Rischmann
1
-19
/
+26
2021-08-09
clarify Blob.open
Vincent Rischmann
1
-0
/
+1
2021-08-09
document the ZeroBlob type
Vincent Rischmann
1
-0
/
+17
2021-08-09
clarify the OpenFlags
Vincent Rischmann
1
-0
/
+5
2021-08-09
clarify Mode documentation
Vincent Rischmann
1
-0
/
+4
2021-08-09
clarify bind marker len compile error
Meghan Denny
1
-1
/
+4
2021-08-09
options asks for `allocator` field but its not there
Meghan Denny
1
-0
/
+1
2021-08-09
iterator- pass along options object
Meghan Denny
1
-1
/
+1
2021-08-09
make `init` return a Self instead of updating a pointer
Meghan Denny
1
-3
/
+3
2021-08-02
modify exec to take a QueryOptions
Vincent Rischmann
1
-21
/
+47
2021-06-25
fix 'unused variable' errors
Vincent Rischmann
1
-6
/
+1
2021-06-25
fix 'redundant comptile' error
Vincent Rischmann
1
-2
/
+2
2021-06-25
fix 'unused function parameter' error
Vincent Rischmann
1
-0
/
+5
2021-05-30
set the eval branch quota in the return type block
Vincent Rischmann
1
-5
/
+10
2021-05-09
all: fix tests for latest zig
Vincent Rischmann
1
-77
/
+77
2021-05-03
attempt to make the threading mode error clearer
Vincent Rischmann
1
-1
/
+1
2021-04-27
workaround compiler bug
Vincent Rischmann
1
-3
/
+9
2021-04-23
fix error name
Vincent Rischmann
1
-1
/
+1
2021-04-23
Allow reading into static size arrays as long as size matches
daurnimator
1
-11
/
+12
2021-04-17
improve logs in Statement.deinit and Statement.reset
Vincent Rischmann
1
-3
/
+6
2021-04-17
fix DetailedError and Diagnostics formatting
Vincent Rischmann
1
-4
/
+8
2021-04-17
replace the pragma argument with a nullable string
Vincent Rischmann
1
-18
/
+15
2021-04-17
fix documentation
Vincent Rischmann
1
-1
/
+1
2021-02-27
simplify iterator usage in code and doc
Vincent Rischmann
1
-10
/
+5
2021-02-27
add Diagnostics
Vincent Rischmann
1
-11
/
+130
2021-02-27
store the database handle in Iterator and Statement
Vincent Rischmann
1
-0
/
+4
2021-01-31
add Blob.reopen
Vincent Rischmann
1
-17
/
+53
2021-01-31
add incremental i/o on blob
Vincent Rischmann
1
-0
/
+204
2021-01-31
add the Db.getLastInsertRowID method
Vincent Rischmann
1
-1
/
+24
2021-01-24
rework of the test database initialization
Vincent Rischmann
1
-45
/
+48
2021-01-06
allow binding and reading optionals
Vincent Rischmann
1
-2
/
+32
2021-01-06
add a test for optionals
Vincent Rischmann
1
-0
/
+27
2021-01-06
fix compile error in readField
Vincent Rischmann
1
-1
/
+1
2021-01-06
add a test that reads only pointers
Vincent Rischmann
1
-0
/
+35
2021-01-06
implement reading a value into a one-element pointer
Vincent Rischmann
1
-1
/
+6
2021-01-06
add readField
Vincent Rischmann
1
-15
/
+20
2021-01-06
reorder fields to workaround a compiler bug
Vincent Rischmann
1
-17
/
+17
2021-01-05
logging file open {} -> {s}
Sebastian
1
-1
/
+1
2021-01-03
convert {} to {s} or {d}
Vincent Rischmann
1
-3
/
+3
2021-01-02
add a test for binding a .One pointer
Vincent Rischmann
1
-0
/
+22
2021-01-02
stop special casing []const u8 and []u8, do it in the .Pointer switch arm
Vincent Rischmann
1
-3
/
+6
[prev]
[next]