go-sqlite3
go-sqlite3 copied to clipboard
sqlite3 driver for go using database/sql
How to open a file stream?
Running a docker container and the docker container crashes up to 3 times a day due to the following sqlite issue. crashing source code line: https://github.com/mattn/go-sqlite3/blob/671e666c2e88052a814eeaed6bc8506ef326eb63/sqlite3.go#L1972 Referring to the comment...
As of now Security status of go-sqlite3 is not available, tracked, reported. To make go-sqlite3 more reliable & trustworthy, need security status available (security policy & security advisory) & published.
Hi, during my app development I have faced with issue. Error: ``` tyaonami@local:~/forum$ go run . # forum /home/linuxbrew/.linuxbrew/Cellar/go/1.16.5/libexec/pkg/tool/linux_amd64/link: running gcc-5 failed: exit status 1 /home/linuxbrew/.linuxbrew/bin/ld: /tmp/go-link-456674004/000010.o: in function `pthreadMutexTry':...
Go 1.10 introduced the [`driver.Connector`](https://pkg.go.dev/database/sql/driver#Connector) interface. This allows configuring custom options for the driver without also having to register it, and also has some other potential advantages over the original...
It is not possible to change driver name from sqlite3 to some another. It's critical if another lib also use sqlite3 but another version with the same driver name
When RegisterAuthorizer is called multiple times, handleVal keeps callbacks in a map until Close() is called. deleteHandles() should be called every time RegisterAuthorizer is called. ``` func (c *SQLiteConn) RegisterAuthorizer(callback...
Hello all, I am trying to rebuild an application with the `RETURNING` clause introduced in version 3.35. https://www.sqlite.org/lang_returning.html However, I always get an error that it does not match the...
My tool that uses this consistently gets `database is locked`. I applied the suggested fix from the FAQ and it worked for an older vesion of go-sqlite3 but not for...
Release tag pointed to v1.10.0 instead of v1.14.8