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

pure-Go SQLite driver for Go (SQLite embedded)

Results 19 go-sqlite issues
Sort by recently updated
recently updated
newest added

See the repro case here: https://github.com/filmil/bugreports/tree/main/go-sqlite I have a repro program which just creates a database and tries to do a trivial scan from the table. It errors out in...

Bumps [modernc.org/mathutil](https://gitlab.com/cznic/mathutil) from 1.5.0 to 1.6.0. Commits aabd791 update dependencies See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=modernc.org/mathutil&package-manager=go_modules&previous-version=1.5.0&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot...

dependencies
go

Hi and thanks for this nice library! I am opening this PR to discuss the possible avenues to propagate the context, when provided. I noticed that, in `BeginTx` the context...

I am using the [goframe ](https://github.com/gogf/gf)framework, and I see that your library is used in it. Are there any usage examples of this?

If a query ends in a semicolon and there's another character after the semicolon, `db.Query` returns the following error. ``` bad parameter or other API misuse: not an error (21)...

Thank you first for the repo. Do you have plan to support sqlite3?

https://github.com/glebarez/go-sqlite https://gitlab.com/cznic/sqlite

Thank you for this great library. As for I like to build my project for WASM as well, I get an strange error while building: ``` GOOS=js GOARCH=wasm go build...