Skip to content

Merge upstream - #53

Merged
otoolep merged 24 commits into
masterfrom
merge-upstream
Sep 5, 2026
Merged

Merge upstream#53
otoolep merged 24 commits into
masterfrom
merge-upstream

Conversation

@otoolep

@otoolep otoolep commented Sep 5, 2026

Copy link
Copy Markdown
Member

No description provided.

kberov and others added 24 commits January 3, 2026 12:42
Exec was formatting len(args) (original total) while Query formats
len(args)-start (remaining). For "SELECT ?; SELECT ?" with one arg,
Exec produced "want 1 got 1"; Query correctly produced "want 1 got 0".
Aligned both sites and added a regression test.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…-message

fix: Exec returns wrong arg count in "not enough args" error
refactor: Clean up deprecated // +build legacy build tags
Fixed som typos and wrappings in sqlite3_func_crypt.go documentation.
Replace copy-on-write handle map with sync.Map
…cancellation

Avoid per-row goroutines for query cancellation
Flush statement cache when the schema changes
Replace schema probe with eager first step for cached statements
Fuse bind and first step into one CGO crossing
@otoolep
otoolep merged commit cee84f4 into master Sep 5, 2026
3 checks passed
@otoolep
otoolep deleted the merge-upstream branch September 5, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants