Loading
Commits on Source 57
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
TIL that 'go get example.com/foo' downloads only what the respective package requires, but 'go mod tidy' will also download test-only dependencies. If needed, the CGo dependencies can be revived in a separate repository/module. For now just delete it. h/t: Dan Kortschak
-
Matthew Gabeler-Lee authored
-
Matthew Gabeler-Lee authored
use passed context in BeginTx See merge request cznic/sqlite!71
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
Toni Spets authored
-
Toni Spets authored
Add support for setting SQLITE_FCNTL_PERSIST_WAL See merge request cznic/sqlite!72
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
Prathyush PV authored
-
Prathyush PV authored
Implement ResetSession and IsValid methods in connection See merge request !74
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
This should finally unblock upgrading SQLite per se to latest release once the builders are happy with this commit.
-
cznic authored
-
cznic authored
vendors libsqlite3@v1.8.0
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
cznic authored
-
Romain LE DISEZ authored
-
cznic authored
write unit test for issue 209 See merge request cznic/sqlite!75
-
cznic authored
- doc.go: update SQLite version - stmt.exec(): correct order of err assignment - stmt.query(): do not finalite pstmt before it'll be used - functionArguments(): do not copy from zero sized blob
-
cznic authored
-
cznic authored
-
cznic authored