Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mattn/go-sqlite3

sqlite3 driver for go using database/sql
https://github.com/mattn/go-sqlite3

Update amalgamation code to 3.45.1

mattn opened this pull request 11 months ago
v3.45.1 release

mdemuth opened this issue 11 months ago
Merge upstream

otoolep opened this pull request 12 months ago
update go version to 1.19

mattn opened this pull request 12 months ago
Update amalgamation code to 3.45.0

mattn opened this pull request 12 months ago
v3.45.0 release

jtarchie opened this issue 12 months ago
In-memory database access fails with multiple goroutines

rob94110 opened this issue 12 months ago
Error "database is locked" in wal mode

YanyunTao opened this issue about 1 year ago
Possible memory leak, with reproduce repo

wxsms opened this issue about 1 year ago
Fix docker job

itizir opened this pull request about 1 year ago
Fix panic: sql: Register called twice for driver sqlite3

yjbdsky opened this pull request about 1 year ago
SIGSEGV when create a table

yeheshuah opened this issue about 1 year ago
Update amalgamation code

mattn opened this pull request about 1 year ago
gcc dependency removel

RutujaRRohom opened this issue about 1 year ago
bugfix: after executing statement table lock was not cleared

letFunny opened this pull request about 1 year ago
Ordering of query parameters

itzloop opened this issue about 1 year ago
Making Virtual Table Implementation Multi Tenant

mustafaakin opened this issue about 1 year ago
Performance when not using build tag "libsqlite3"

shaunhey opened this issue about 1 year ago
Update amalgamation code to 3.43.1

eatonphil opened this pull request over 1 year ago
Add SetErrorLog function

c4rlo opened this pull request over 1 year ago
strange disk I/O error: read-only file system, need help

jacentsao opened this issue over 1 year ago
Simple read-only SQLite databases embedded in Go executables

dmarker opened this pull request over 1 year ago
docs: add go-sqlite3-stdlib to extensions section

wxsms opened this pull request over 1 year ago
feat: add option to support DBSTAT

walterwanderley opened this pull request over 1 year ago
Enable FTS5

otoolep opened this pull request over 1 year ago
RETURNING directive is not working.

erudenko opened this issue over 1 year ago
[Want help] How to use compiled go-sqlite3 on Windows?

nur91m opened this issue over 1 year ago
[Want help] examples of virtual table's Update method

faultolerance opened this issue over 1 year ago
Installation Failed?

cabexius opened this issue over 1 year ago
Why does the compilation freeze after importing go-sqlite3

1nformation opened this issue over 1 year ago
Possible solutions to the concurrency problems

alinnert opened this issue over 1 year ago
undefined: sqlite3.Error

Ye0kr1n opened this issue over 1 year ago
Fix musl build (#1164)

leso-kn opened this pull request over 1 year ago
Error "no such table" when creating temp tables

joeyak opened this issue over 1 year ago
how to register sqlite3_busy_handler function ?

wustwg opened this issue over 1 year ago
package using go-sqlite3 fails to compile

ezplanet opened this issue over 1 year ago
backup.go:6:214: illegal UTF-8 encoding

qssto opened this issue over 1 year ago
difference between linux build vs libsqlite3 linux

meetme2meat opened this issue over 1 year ago
Add `IsNullCallbackArg`

andrzh opened this pull request over 1 year ago
Out of order `$n` params get incorrect values

snej opened this issue over 1 year ago
throws an error like

rruuaanng opened this issue over 1 year ago
New txlock options for hinting RO transaction

hifi opened this pull request over 1 year ago
Update amalgamation code

mattn opened this pull request over 1 year ago
Compilation warning in sqlite3-binding.c

justonlyme1 opened this issue over 1 year ago
Build failure with musl 1.2.4

jefferyto opened this issue over 1 year ago
Update README.md

parthokr opened this pull request over 1 year ago
An error occurred when compiling the master branch code.

xiatianqiuyu opened this issue over 1 year ago
Adding Spellfix1 virtual table

elmarw opened this issue over 1 year ago
request for new release

kamyuentse opened this issue over 1 year ago
sqlite3: don't copy string in bind()

charlievieth opened this pull request over 1 year ago
sqlite3: save an alloc during bind by using time.Time.AppendFormat

charlievieth opened this pull request over 1 year ago
preupdate_hook: move convertAssign code to preupdate_hook file

charlievieth opened this pull request over 1 year ago
access to C struct to support statically linking spatialite

vcabbage opened this issue over 1 year ago
Upgrade sqlite3 version to 3.41.2

joncfoo opened this pull request over 1 year ago
Add sqlite HC-tree feature support

huangpeizhi2018 opened this issue almost 2 years ago
Fix virtual table example.

andrzh opened this pull request almost 2 years ago
Use golang to update produces database is locked

whale-baby opened this issue almost 2 years ago
Master bk

ThreeCatCookies opened this pull request almost 2 years ago
Adding SHA3 extension to the built library

jamietanna opened this issue almost 2 years ago
Slow performance on bulk insert

josnyder-rh opened this issue almost 2 years ago
Support "BEGIN CONCURRENT"

bprosnitz opened this pull request almost 2 years ago
Getting about 60 inserts per second (slow)

doug-galvanick opened this issue almost 2 years ago
go.mod: go 1.18

tendervittles opened this pull request almost 2 years ago
LastInsertId returning 0

mauserzjeh opened this issue almost 2 years ago
What is the proper way to build on ARM Windoes?

elgs opened this issue almost 2 years ago
Update sqlite to latest version 3.41.0

suryachandrika opened this issue almost 2 years ago
Add sqlite3_db_readonly support to sqlite3.go

nclv opened this issue almost 2 years ago
Add go 1.20 to workflow matrix, remove 1.17

connyay opened this pull request almost 2 years ago
get "near ".": syntax error" when query ".tables"

himcc opened this issue almost 2 years ago
Proposal: sub-packages to enable optional features

emersion opened this pull request almost 2 years ago
sqlite3: reduce C to Go string conversions in SQLiteConn.{query,exec}

charlievieth opened this pull request almost 2 years ago
Update sqlite3.go

ssgugan opened this pull request almost 2 years ago
all: format with Go 1.19

charlievieth opened this pull request almost 2 years ago
Add Go 1.20 to supported matrix

rittneje opened this issue almost 2 years ago
Replace namedValue with driver.NamedValue to avoid copying exec/query args

charlievieth opened this pull request almost 2 years ago
Upgrade Amalgamation Code to 3.40.1

jonyoder opened this issue almost 2 years ago
Proposed PR: configurable time encoding

kalafut opened this issue almost 2 years ago
Document that "Z" is trimmed when parsing time

emersion opened this pull request almost 2 years ago
Multiple Queries: SELECT followed by UPDATE

tlhunter opened this issue almost 2 years ago
Scan returns empty string depending on order

rupakbajgain opened this issue almost 2 years ago
unknown type name 'sigset_t'; did you mean '_sigset_t'?

DehaiWang opened this issue about 2 years ago
Where is WAL mode

fairking opened this issue about 2 years ago
[REQUEST] Memory with writeback

MartinHotmann opened this issue about 2 years ago
unknown function: pow() in generated field

rogersm opened this issue about 2 years ago
Two process with Two sqlite db file

abeiabei opened this issue about 2 years ago
Add ability to open database from a "virtual" file

ribasushi opened this issue about 2 years ago
Binding Values to Prepared Statement Returns "row value misused"

source-transformer opened this issue about 2 years ago
Fix in-memory database locking

otoolep opened this pull request about 2 years ago
db.Query with variable

ghost opened this issue about 2 years ago
TRIGGERS for FTS5 cause panic

ayhangenc opened this issue about 2 years ago
Merge upstream post serialization

otoolep opened this pull request about 2 years ago
solve the problem of aggregation query losing precision.

786744873 opened this pull request about 2 years ago
Add support for SQLCipher

jgiannuzzi opened this pull request about 2 years ago