Loading
Commits on Source 74
-
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 !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
- 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
-
TheDiveO authored
fix: convert int64 column value to time.Time if necessary; providing compatibility with mattn/go-sqlite3 Signed-off-by:thediveo <thediveo@gmx.eu>
-
TheDiveO authored
Signed-off-by:thediveo <thediveo@gmx.eu>
-
TheDiveO authored
Signed-off-by:thediveo <thediveo@gmx.eu>
-
TheDiveO authored
Signed-off-by:thediveo <thediveo@gmx.eu>
-
TheDiveO authored
-
TheDiveO authored
Signed-off-by:thediveo <thediveo@gmx.eu>
-
TheDiveO authored
-
cznic authored
-
Guénaël Muller authored
-
Guénaël Muller authored
-
Guénaël Muller authored
-
cznic authored
-
Walter Wanderley authored
-
Walter Wanderley authored
feat: pre-update hooks See merge request !80