Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
go-sqlite3
sqlite3 driver for go using database/sql
Collective -
Host: opensource -
https://opencollective.com/mattn-go-sqlite3
- Website: https://mattn.kaoriya.net/
- Code: https://github.com/mattn/go-sqlite3
_examples/json is misleading
github.com/mattn/go-sqlite3 - Jaculabilis opened this issue 20 days ago
github.com/mattn/go-sqlite3 - Jaculabilis opened this issue 20 days ago
How to enable load extension
github.com/mattn/go-sqlite3 - playaround88 opened this issue about 1 month ago
github.com/mattn/go-sqlite3 - playaround88 opened this issue about 1 month ago
WIP Add checksum VFS shim as an opt-in feature
github.com/mattn/go-sqlite3 - mattyhall opened this pull request about 2 months ago
github.com/mattn/go-sqlite3 - mattyhall opened this pull request about 2 months ago
Seserialize and Deserialize failed for the size greater than 2G
github.com/mattn/go-sqlite3 - KaitoHH opened this issue about 2 months ago
github.com/mattn/go-sqlite3 - KaitoHH opened this issue about 2 months ago
userauth: don't register no-op auth functions and unify public API
github.com/mattn/go-sqlite3 - charlievieth opened this pull request about 2 months ago
github.com/mattn/go-sqlite3 - charlievieth opened this pull request about 2 months ago
Executing SQLite dot commands through the diver (.tables, .schema)
github.com/mattn/go-sqlite3 - dileepamax opened this issue about 2 months ago
github.com/mattn/go-sqlite3 - dileepamax opened this issue about 2 months ago
Sqlcipher Integration
github.com/mattn/go-sqlite3 - Dokotela opened this pull request about 2 months ago
github.com/mattn/go-sqlite3 - Dokotela opened this pull request about 2 months ago
docs: clarify GCP section
github.com/mattn/go-sqlite3 - justinsb opened this pull request about 2 months ago
github.com/mattn/go-sqlite3 - justinsb opened this pull request about 2 months ago
Redesign error handling to minimize reliance on conn state
github.com/mattn/go-sqlite3 - rittneje opened this issue 2 months ago
github.com/mattn/go-sqlite3 - rittneje opened this issue 2 months ago
make sure Close always removes the runtime finalizer
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 2 months ago
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 2 months ago
always close db connection on error in Open
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 2 months ago
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 2 months ago
remove superfluous use of runtime.SetFinalizer on SQLiteRows
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 2 months ago
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 2 months ago
Upgrade upload-artifact action
github.com/mattn/go-sqlite3 - jonstacks opened this pull request 3 months ago
github.com/mattn/go-sqlite3 - jonstacks opened this pull request 3 months ago
SetFileControlInt performs unsafe conversion from Go int to C int
github.com/mattn/go-sqlite3 - rittneje opened this issue 3 months ago
github.com/mattn/go-sqlite3 - rittneje opened this issue 3 months ago
Add ability to set an int64 file control
github.com/mattn/go-sqlite3 - jonstacks opened this pull request 3 months ago
github.com/mattn/go-sqlite3 - jonstacks opened this pull request 3 months ago
build windows with tags slqite_icu failed
github.com/mattn/go-sqlite3 - labulakalia opened this issue 3 months ago
github.com/mattn/go-sqlite3 - labulakalia opened this issue 3 months ago
Fix exponential memory allocation in Exec and improve performance
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
Reduce QueryContext allocations by reusing the channel
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
ci: fix icu4c on macos and CIFuzz test
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
reduce allocations when binding string/time args
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
Why does compiling with `CGO_CFLAGS="-DSQLITE_DQS=0"` make my binary bigger?
github.com/mattn/go-sqlite3 - playfulpachyderm opened this issue 3 months ago
github.com/mattn/go-sqlite3 - playfulpachyderm opened this issue 3 months ago
reduce CGO calls when scanning rows
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
github.com/mattn/go-sqlite3 - charlievieth opened this pull request 3 months ago
Remove suggestion that CGO isn't always needed
github.com/mattn/go-sqlite3 - samjewell opened this pull request 3 months ago
github.com/mattn/go-sqlite3 - samjewell opened this pull request 3 months ago
Exec / sql: converting argument $1 type: unsupported type []interface {}, a slice of interface
github.com/mattn/go-sqlite3 - ghollf opened this issue 3 months ago
github.com/mattn/go-sqlite3 - ghollf opened this issue 3 months ago
Build tag request: SQLITE_ENABLE_DBPAGE_VTAB
github.com/mattn/go-sqlite3 - rishi-kulkarni opened this issue 4 months ago
github.com/mattn/go-sqlite3 - rishi-kulkarni opened this issue 4 months ago
question: why do the if checks do the same thing.
github.com/mattn/go-sqlite3 - svanellewee opened this pull request 4 months ago
github.com/mattn/go-sqlite3 - svanellewee opened this pull request 4 months ago
Return io.EOF for empty Query statements
github.com/mattn/go-sqlite3 - ganigeorgiev opened this pull request 4 months ago
github.com/mattn/go-sqlite3 - ganigeorgiev opened this pull request 4 months ago
SQLiteRows.Columns() returns outdated state
github.com/mattn/go-sqlite3 - ganigeorgiev opened this issue 4 months ago
github.com/mattn/go-sqlite3 - ganigeorgiev opened this issue 4 months ago
Add serialisation ReadCloser
github.com/mattn/go-sqlite3 - beldmian opened this pull request 4 months ago
github.com/mattn/go-sqlite3 - beldmian opened this pull request 4 months ago
RANK() OVER (ORDER BY x) reversed in recent update
github.com/mattn/go-sqlite3 - chaslain opened this issue 4 months ago
github.com/mattn/go-sqlite3 - chaslain opened this issue 4 months ago
close statement when missing query arguments
github.com/mattn/go-sqlite3 - mattn opened this pull request 4 months ago
github.com/mattn/go-sqlite3 - mattn opened this pull request 4 months ago
`sql.DB.Close` does not close the DB after a query error
github.com/mattn/go-sqlite3 - Andrew-Morozko opened this issue 4 months ago
github.com/mattn/go-sqlite3 - Andrew-Morozko opened this issue 4 months ago
Cannot properly build a simple sqlite application
github.com/mattn/go-sqlite3 - IceBjerg opened this issue 4 months ago
github.com/mattn/go-sqlite3 - IceBjerg opened this issue 4 months ago
Add a new `RegisterBusyHandler` method to `SQLiteConn` to allow access to `sqlite3_busy_handler()`
github.com/mattn/go-sqlite3 - polyscone opened this pull request 4 months ago
github.com/mattn/go-sqlite3 - polyscone opened this pull request 4 months ago
signal arrived during cgo execution
github.com/mattn/go-sqlite3 - tiandh987 opened this issue 4 months ago
github.com/mattn/go-sqlite3 - tiandh987 opened this issue 4 months ago
Add description to cross compile for specific libc dependency
github.com/mattn/go-sqlite3 - Thomblin opened this pull request 5 months ago
github.com/mattn/go-sqlite3 - Thomblin opened this pull request 5 months ago
How does SQLite accommodate various data types?
github.com/mattn/go-sqlite3 - imranimtiaz opened this issue 5 months ago
github.com/mattn/go-sqlite3 - imranimtiaz opened this issue 5 months ago
Update type for blob to be byte array, instead of sql.RawBytes
github.com/mattn/go-sqlite3 - APshenkin opened this pull request 5 months ago
github.com/mattn/go-sqlite3 - APshenkin opened this pull request 5 months ago
Update amalgamation code to 3.46.1
github.com/mattn/go-sqlite3 - mattn opened this pull request 5 months ago
github.com/mattn/go-sqlite3 - mattn opened this pull request 5 months ago
compiling with sqlite_math_functions tag
github.com/mattn/go-sqlite3 - sb977 opened this issue 6 months ago
github.com/mattn/go-sqlite3 - sb977 opened this issue 6 months ago
Add support for sqlite3_status64
github.com/mattn/go-sqlite3 - mkke opened this pull request 6 months ago
github.com/mattn/go-sqlite3 - mkke opened this pull request 6 months ago
DW_FORM_strx with no .debug_str_offsets section
github.com/mattn/go-sqlite3 - denis-obukhov opened this issue 6 months ago
github.com/mattn/go-sqlite3 - denis-obukhov opened this issue 6 months ago
Add inline documentation for custom extension functions
github.com/mattn/go-sqlite3 - jeffreyaven opened this pull request 6 months ago
github.com/mattn/go-sqlite3 - jeffreyaven opened this pull request 6 months ago
Add Inline Documentation for adding Custom Extension Functions in `sqlite3-binding.c`
github.com/mattn/go-sqlite3 - jeffreyaven opened this issue 6 months ago
github.com/mattn/go-sqlite3 - jeffreyaven opened this issue 6 months ago
cross compile error from mac to armv7
github.com/mattn/go-sqlite3 - donknap opened this issue 7 months ago
github.com/mattn/go-sqlite3 - donknap opened this issue 7 months ago
Fix sqlite3_opt_unlock_notify with USE_LIBSQLITE3
github.com/mattn/go-sqlite3 - q66 opened this pull request 7 months ago
github.com/mattn/go-sqlite3 - q66 opened this pull request 7 months ago
Establish a secure connection to an encrypted database using C# and System.Data.Sqlite.
github.com/mattn/go-sqlite3 - Imran-imtiaz48 opened this issue 7 months ago
github.com/mattn/go-sqlite3 - Imran-imtiaz48 opened this issue 7 months ago
Fix memory leak in callbackRetText function
github.com/mattn/go-sqlite3 - hionay opened this pull request 7 months ago
github.com/mattn/go-sqlite3 - hionay opened this pull request 7 months ago
Update amalgamation code to 3.46.0
github.com/mattn/go-sqlite3 - mattn opened this pull request 7 months ago
github.com/mattn/go-sqlite3 - mattn opened this pull request 7 months ago
Fix deliberate_fall_through macro for LLVM
github.com/mattn/go-sqlite3 - r-barnes opened this pull request 7 months ago
github.com/mattn/go-sqlite3 - r-barnes opened this pull request 7 months ago
Fix explicit fallthrough macro
github.com/mattn/go-sqlite3 - r-barnes opened this issue 7 months ago
github.com/mattn/go-sqlite3 - r-barnes opened this issue 7 months ago
Restore in-memory database failed by using Online Backup API
github.com/mattn/go-sqlite3 - chivincent opened this issue 8 months ago
github.com/mattn/go-sqlite3 - chivincent opened this issue 8 months ago
Add loongarch64 byteorder
github.com/mattn/go-sqlite3 - zhaixiaojuan opened this pull request 8 months ago
github.com/mattn/go-sqlite3 - zhaixiaojuan opened this pull request 8 months ago
add support for sqlite3_db_status #701
github.com/mattn/go-sqlite3 - tadnir opened this pull request 8 months ago
github.com/mattn/go-sqlite3 - tadnir opened this pull request 8 months ago
sqlite3-binding.c use after free
github.com/mattn/go-sqlite3 - DyadyaMops opened this issue 9 months ago
github.com/mattn/go-sqlite3 - DyadyaMops opened this issue 9 months ago
Panic while using sqlite rows.Next() - fatal error: unexpected signal during runtime execution
github.com/mattn/go-sqlite3 - flolege opened this issue 9 months ago
github.com/mattn/go-sqlite3 - flolege opened this issue 9 months ago
Segmentation fault in Ubuntu 18.04 with GLIBC_2.34
github.com/mattn/go-sqlite3 - Teajey opened this issue 9 months ago
github.com/mattn/go-sqlite3 - Teajey opened this issue 9 months ago
High suspended process count on linux
github.com/mattn/go-sqlite3 - mgholam opened this issue 9 months ago
github.com/mattn/go-sqlite3 - mgholam opened this issue 9 months ago
Inconsistent behavior of sin() math function on x86 (musl / alpine)
github.com/mattn/go-sqlite3 - mil opened this issue 9 months ago
github.com/mattn/go-sqlite3 - mil opened this issue 9 months ago
Is it worth compiling in math functions by default?
github.com/mattn/go-sqlite3 - c9845 opened this issue 9 months ago
github.com/mattn/go-sqlite3 - c9845 opened this issue 9 months ago
Add support for libsqlite3 on z/OS
github.com/mattn/go-sqlite3 - dustin-ward opened this pull request 10 months ago
github.com/mattn/go-sqlite3 - dustin-ward opened this pull request 10 months ago
Race conditions during unit tests despite workarounds
github.com/mattn/go-sqlite3 - stevarino opened this issue 10 months ago
github.com/mattn/go-sqlite3 - stevarino opened this issue 10 months ago
Flagged by Windows Defender since v1.14.20
github.com/mattn/go-sqlite3 - WinXaito opened this issue 10 months ago
github.com/mattn/go-sqlite3 - WinXaito opened this issue 10 months ago
It doesn't create a new database file if opened in a `network drive` with `:encrypted.db?_key`.
github.com/mattn/go-sqlite3 - GoHippo opened this issue 10 months ago
github.com/mattn/go-sqlite3 - GoHippo opened this issue 10 months ago
Add loongarch64 support.
github.com/mattn/go-sqlite3 - abner-chenc opened this pull request 10 months ago
github.com/mattn/go-sqlite3 - abner-chenc opened this pull request 10 months ago
sqlite3 in-memory mode deletes data and releases memory
github.com/mattn/go-sqlite3 - xlango opened this issue 10 months ago
github.com/mattn/go-sqlite3 - xlango opened this issue 10 months ago
exec for update does not correctly return sql.Results
github.com/mattn/go-sqlite3 - lmtyler opened this issue 11 months ago
github.com/mattn/go-sqlite3 - lmtyler opened this issue 11 months ago
Inconsistent parsing of DATETIME type, causing errors
github.com/mattn/go-sqlite3 - scosman opened this issue 11 months ago
github.com/mattn/go-sqlite3 - scosman opened this issue 11 months ago
importing go-sqlite hangs my application!!??
github.com/mattn/go-sqlite3 - tamis-laan opened this issue 11 months ago
github.com/mattn/go-sqlite3 - tamis-laan opened this issue 11 months ago
Cannot read result row of pragma wal_checkpoint
github.com/mattn/go-sqlite3 - CyrusJavan opened this issue 11 months ago
github.com/mattn/go-sqlite3 - CyrusJavan opened this issue 11 months ago
Database file does not get created when using connection string
github.com/mattn/go-sqlite3 - tcarlton2000 opened this issue 11 months ago
github.com/mattn/go-sqlite3 - tcarlton2000 opened this issue 11 months ago
docker build fail undefined: sqlite3.Error
github.com/mattn/go-sqlite3 - ericnts opened this issue 11 months ago
github.com/mattn/go-sqlite3 - ericnts opened this issue 11 months ago
"NOT json_valid(NULL)" unexpected empty result (works in CLI)
github.com/mattn/go-sqlite3 - tommyblue opened this issue 11 months ago
github.com/mattn/go-sqlite3 - tommyblue opened this issue 11 months ago
env “TMPDIR" can't change the tmp store diretory
github.com/mattn/go-sqlite3 - runlilong opened this issue 12 months ago
github.com/mattn/go-sqlite3 - runlilong opened this issue 12 months ago
Add support for datetime columns declared with a precision
github.com/mattn/go-sqlite3 - segiddins opened this pull request 12 months ago
github.com/mattn/go-sqlite3 - segiddins opened this pull request 12 months ago
feature: Allow custom window functions to be registered with the driver
github.com/mattn/go-sqlite3 - ohaibbq opened this pull request almost 1 year ago
github.com/mattn/go-sqlite3 - ohaibbq opened this pull request almost 1 year ago
Getting Errors with go-sqlite3
github.com/mattn/go-sqlite3 - kuna-midhilesh opened this issue about 1 year ago
github.com/mattn/go-sqlite3 - kuna-midhilesh opened this issue about 1 year ago
sqlite3_opt_preupdate_hook: ensure backward compat with Segment fork
github.com/mattn/go-sqlite3 - kevinburkesegment opened this pull request about 1 year ago
github.com/mattn/go-sqlite3 - kevinburkesegment opened this pull request about 1 year ago
WIP: Allow custom window functions to be registered
github.com/mattn/go-sqlite3 - ohaibbq opened this pull request about 1 year ago
github.com/mattn/go-sqlite3 - ohaibbq opened this pull request about 1 year ago
Support for custom window functions
github.com/mattn/go-sqlite3 - ohaibbq opened this issue about 1 year ago
github.com/mattn/go-sqlite3 - ohaibbq opened this issue about 1 year ago