Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PureSwift
/
SQLite
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand C API coverage: reset/backup/blob I/O/error reporting
- #5
#5
Merged
colemancda
merged 12 commits into
master
PureSwift/SQLite:master
from
feature/expand-c-api-coverage
PureSwift/SQLite:feature/expand-c-api-coverage
Copy head branch name to clipboard
Jul 18, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Expand C API coverage: reset/backup/blob I/O/error reporting
#5
colemancda
merged 12 commits into
master
PureSwift/SQLite:master
from
feature/expand-c-api-coverage
PureSwift/SQLite:feature/expand-c-api-coverage
Copy head branch name to clipboard
Commits
Commits on Jul 18, 2026
Add sqlite3_reset, sqlite3_clear_bindings, and sqlite3_expanded_sql wrappers to Statement
colemancda
committed
a0855cb
View commit details
Copy full SHA for a0855cb
Browse repository at this point
Allow custom scalar functions to report errors via sqlite3_result_error
colemancda
committed
d45fbe4
View commit details
Copy full SHA for d45fbe4
Browse repository at this point
Allow aggregate function finalizers to report errors via sqlite3_result_error
colemancda
committed
de9865e
View commit details
Copy full SHA for de9865e
Browse repository at this point
Add sqlite3_close_v2, busy timeout, autocommit state, and interrupt wrappers to Connection
colemancda
committed
90a9cfb
View commit details
Copy full SHA for 90a9cfb
Browse repository at this point
Add incremental BLOB I/O wrapper (sqlite3_blob_open/read/write/bytes/close/reopen)
colemancda
committed
8f8de55
View commit details
Copy full SHA for 8f8de55
Browse repository at this point
Add online backup API wrapper (sqlite3_backup_init/step/finish/remaining/pagecount)
colemancda
committed
c60ab4f
View commit details
Copy full SHA for c60ab4f
Browse repository at this point
Add tests for statement reset/clearBindings/expandedSQL and connection interrupt/busy timeout/autocommit
colemancda
committed
5b3fddc
View commit details
Copy full SHA for 5b3fddc
Browse repository at this point
Add tests for scalar and aggregate function error reporting
colemancda
committed
a88e316
View commit details
Copy full SHA for a88e316
Browse repository at this point
Add tests for incremental BLOB I/O
colemancda
committed
ff39032
View commit details
Copy full SHA for ff39032
Browse repository at this point
Add tests for the online backup API
colemancda
committed
18ca2ea
View commit details
Copy full SHA for 18ca2ea
Browse repository at this point
Add WAL journal mode and checkpoint API wrappers (sqlite3_wal_checkpoint_v2/autocheckpoint)
colemancda
committed
9691f07
View commit details
Copy full SHA for 9691f07
Browse repository at this point
Add tests for WAL journal mode and checkpoint wrappers
colemancda
committed
7b2b849
View commit details
Copy full SHA for 7b2b849
Browse repository at this point
You can’t perform that action at this time.