go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

sqlite3 driver for go using database/sql

Results 242 go-sqlite3 issues
Sort by recently updated
recently updated
newest added

I think it'd be good for these bindings to support https://www.sqlite.org/c3ref/busy_handler.html . Use case: I'm currently writing an app that causes quite a bit of traffic to an SQLite database...

enhancement
help wanted

Hello, I'm beginner in SQL/PHP,I want to delete a column from a table with sqlite3, I use this method but when I try to execute it with php I have...

If a memory DB has an operation in progress in a transaction with a `Context`, and that context is canceled, the entire memory DB will be lost. What?! When a...

on example/simple directory, i found a possibility to improve on error handler. Can i just add defer func to close function? Because it will return some error that need to...

https://github.com/mattn/go-sqlite3/blob/3cbdae750e52afa881060732446298f98131e834/sqlite3.go#L1991-L2008 Should call `C.sqlite3_reset(s.s)` on the normal return path as well as abnormal. This is because implicit transactions are committed when the statement is reset: https://sqlite.org/lang_transaction.html#implicit_versus_explicit_transactions. If we don't reset...

go-sqlite3 - tag v1.14.3 I'm building app in the goreleaser in docker environment. I read on README: ``` If you want to build your app using go-sqlite3, you need gcc....

Hello, I'm trying to load the json1 extension. I know you can do it by specifying the --tags option in your go build command. But just wanted to know if...

Hi, thank you very much for making this package available to the community. I have discovered what seems to be a bug that occurs when closing a database with a...

How to upgrade the inner sqlite version? 3.25.2 have some security bug.

Hi. Is the module file not specifying /v2 in the module name on purpose?