Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / tailscale/sqlite issues and pull requests

#69 - sqlstats: normalize queries a bit, for IN (n, n, n, n)

Pull Request - State: closed - Opened by bradfitz about 1 year ago

#67 - cgosqlite: get column types during Step

Pull Request - State: closed - Opened by bradfitz about 1 year ago

#66 - sqlite: don't cache sqlite column types between rows

Pull Request - State: closed - Opened by bradfitz about 1 year ago - 4 comments

#65 - cgosqlite: remove allocs in bind_{int64,null,double}

Pull Request - State: closed - Opened by bradfitz over 1 year ago - 1 comment

#64 - sqlite: remove strings.EqualFold from per-row processing

Pull Request - State: closed - Opened by bradfitz over 1 year ago

#63 - sqlite: support sql.RawBytes (return []byte in driver.Value)

Pull Request - State: closed - Opened by bradfitz over 1 year ago

#62 - sqlite: fix up some comments

Pull Request - State: closed - Opened by bradfitz over 1 year ago - 1 comment

#61 - sqlite: add BenchmarkQueryRows100MixedTypes

Pull Request - State: closed - Opened by bradfitz over 1 year ago

#60 - cgosqlite: remove some cgo allocs

Pull Request - State: closed - Opened by bradfitz over 1 year ago - 2 comments

#59 - sqlite: call ReportAllocs on three of the test benchmarks

Pull Request - State: closed - Opened by bradfitz over 1 year ago

#58 - add QueryBinary, an alloc-free way to read all rows into a buffer

Pull Request - State: open - Opened by bradfitz over 1 year ago

#57 - sqlite: use atomic.Int32, 'any', remove unused receiver name

Pull Request - State: closed - Opened by bradfitz over 1 year ago

#56 - sqlite: remove some allocs

Pull Request - State: closed - Opened by bradfitz over 1 year ago - 1 comment

#55 - cgosqlite: add DB.SetWALHook

Pull Request - State: closed - Opened by bradfitz over 1 year ago - 4 comments

#54 - Executing a Broken Statement Causes a Hang

Issue - State: open - Opened by linden over 1 year ago - 1 comment

#53 - cgosqlite: import SQLite amalgamation v3.39.4

Pull Request - State: closed - Opened by andrew-d over 1 year ago

#52 - sqlite: add ability to do ReadOnly tx using context annotations

Pull Request - State: closed - Opened by maisem over 1 year ago

#51 - sqlite: reuse existing persistence contexts

Pull Request - State: closed - Opened by raggi almost 2 years ago - 2 comments

#50 - sqlstats: move expvars from internal package

Pull Request - State: closed - Opened by crawshaw about 2 years ago

#49 - sqlstats, sqliteh: connection stats, and plumb why

Pull Request - State: closed - Opened by crawshaw about 2 years ago

#48 - sqlitepool: new package, implements a pool

Pull Request - State: closed - Opened by crawshaw about 2 years ago - 2 comments

#47 - sqlitestats: delete package

Pull Request - State: closed - Opened by crawshaw about 2 years ago

#46 - sqlite, sqliteh: move Tracer interface

Pull Request - State: closed - Opened by crawshaw about 2 years ago

#45 - sqlstats: allow sorting by mean

Pull Request - State: closed - Opened by maisem about 2 years ago

#44 - sqlstats: add mean query time column

Pull Request - State: closed - Opened by raggi about 2 years ago

#43 - cgosqlite: implement BulkQuery/BulkExec

Pull Request - State: open - Opened by crawshaw about 2 years ago

#42 - cgosqlite: cache column name strings forever

Pull Request - State: closed - Opened by bradfitz about 2 years ago - 2 comments

#41 - sqliteh: fix a typo in docs

Pull Request - State: closed - Opened by bradfitz about 2 years ago

#40 - sqlite: store nil []byte as NULL

Pull Request - State: closed - Opened by artyom about 2 years ago - 4 comments

#39 - No distinction between inserting nil vs empty []byte slices

Issue - State: closed - Opened by artyom about 2 years ago - 1 comment

#38 - cgosqlite: don't link against librt on Android

Pull Request - State: closed - Opened by astrophena about 2 years ago - 1 comment

#37 - cgosqlite: import SQLite amalgamation v3.38.5

Pull Request - State: closed - Opened by crawshaw about 2 years ago

#36 - sqlstats: add tracer that prints executed SQL queries

Pull Request - State: closed - Opened by crawshaw about 2 years ago

#35 - sqlite: call initTx from BeginTx for write transactions

Pull Request - State: closed - Opened by maisem over 2 years ago - 1 comment

#34 - cgosqlite: import SQLite amalgamation v3.38.1

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#33 - sqlite: use BEGIN IMMEDIATE by default

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#32 - Issues with interactions with custom Scanners

Issue - State: closed - Opened by Xe over 2 years ago - 1 comment

#31 - sqlitestats: a transaction tracer with a web interface

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#30 - sqlite: fix test trace

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#29 - sqlite, cgosqlite: fix TestTrace on macOS

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#28 - sqlite: enforce read-only transactions

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#27 - sqlite: delay BEGIN on transactions

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#26 - cgosqlite: import SQLite amalgamation v3.37.2

Pull Request - State: closed - Opened by crawshaw over 2 years ago - 1 comment

#25 - sqlite: CopyAll/DropAll: ignore automatic indexes

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#24 - sqlite: add CopyAll / DropAll helper functions

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#23 - cgosqlite: import SQLite amalgamation v3.37.1

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#22 - Potential memory leak with sqlite3_expanded_sql?

Issue - State: open - Opened by burdiyan over 2 years ago

#21 - This vs. crawshaw.io/sqlite?

Issue - State: open - Opened by burdiyan over 2 years ago

#20 - cgosqlite: import SQLite amalgamation v3.37.0

Pull Request - State: closed - Opened by crawshaw over 2 years ago

#19 - Cross-DB query using temp doesn't work

Issue - State: open - Opened by danderson over 2 years ago

#18 - Add license, author and other metadata files.

Pull Request - State: closed - Opened by danderson over 2 years ago

#17 - sqlite: implement backup api

Pull Request - State: open - Opened by crawshaw over 2 years ago - 2 comments

#16 - sqlite: let ConnInitFunc use ExecScript

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#15 - sqlite: conn init mechanism

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#14 - all: add TxnState

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#13 - all: export Checkpoint and BusyTimeout

Pull Request - State: closed - Opened by crawshaw almost 3 years ago - 2 comments

#12 - cgosqlite: fix compiler option typos

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#11 - cgosqlite: apply -DSQLITE_OMIT_LOAD_EXTENSION

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#10 - sqlite: really close

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#9 - sqlite, etc: add tracing API

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#8 - sqlite, etc: move reset into step_result

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#6 - sqlite: speed up persistent queries

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#5 - sqlite: add ExecScript

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#4 - sqlite: add WithPersist

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#3 - sqlite: fix empty string handling

Pull Request - State: closed - Opened by crawshaw almost 3 years ago

#2 - sqlite: new package, database/sql driver

Pull Request - State: closed - Opened by crawshaw about 3 years ago

#1 - cgosqlite, sqliteh: new packages

Pull Request - State: closed - Opened by crawshaw about 3 years ago