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
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
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
.
letsdiscodev
/
python-dqlite-client
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
Actions: letsdiscodev/python-dqlite-client
Actions
All workflows
Workflows
Publish to PyPI
Publish to PyPI
Show more workflows...
Management
Caches
Deployments
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
206 workflow runs
206 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Forward governor kwargs from dqliteclient.connect and create_pool
Publish to PyPI
#31:
Commit
ef541c1
pushed by
antoineleclair
12s
main
main
12s
View workflow file
Strip internal issue-tracker references from tests and comments
Publish to PyPI
#30:
Commit
6ebf9d2
pushed by
antoineleclair
15s
main
main
15s
View workflow file
test(client): pin multi-frame continuation path (ISSUE-66)
Publish to PyPI
#29:
Commit
e65ee12
pushed by
antoineleclair
15s
main
main
15s
View workflow file
fix(client): harden transaction + pool cancellation discipline
Publish to PyPI
#28:
Commit
3b8227a
pushed by
antoineleclair
11s
main
main
11s
View workflow file
docs(client): pin intentional go-dqlite divergences with source comments
Publish to PyPI
#27:
Commit
b68a949
pushed by
antoineleclair
13s
main
main
13s
View workflow file
feat(client): plumb max_continuation_frames + trust_server_heartbeat …
Publish to PyPI
#26:
Commit
a521cf7
pushed by
antoineleclair
14s
main
main
14s
View workflow file
refactor(pool): reservation pattern for _size accounting (ISSUE-34/58)
Publish to PyPI
#25:
Commit
877bd1d
pushed by
antoineleclair
12s
main
main
12s
View workflow file
Cycle 26: document ConnectionPool(max_total_rows=) in the docstring
Publish to PyPI
#24:
Commit
527d7b1
pushed by
antoineleclair
14s
main
main
14s
View workflow file
Thread max_total_rows through ClusterClient + ConnectionPool
Publish to PyPI
#23:
Commit
9123a31
pushed by
antoineleclair
14s
main
main
14s
View workflow file
Add redirect_policy to ClusterClient (leader-trust allowlist)
Publish to PyPI
#22:
Commit
36fff71
pushed by
antoineleclair
14s
main
main
14s
View workflow file
feat: accept injected ClusterClient or NodeStore on ConnectionPool
Publish to PyPI
#21:
Commit
2a0dfc9
pushed by
antoineleclair
16s
main
main
16s
View workflow file
Add query_raw() method for DBAPI cursor integration
Publish to PyPI
#20:
Commit
9bb9aee
pushed by
antoineleclair
17s
main
main
17s
View workflow file
fix: catch BaseException in _reset_connection to prevent CancelledErr…
Publish to PyPI
#19:
Commit
a4d40f0
pushed by
antoineleclair
15s
main
main
15s
View workflow file
refactor: reduce test_connection.py boilerplate with connected_connec…
Publish to PyPI
#18:
Commit
6da5e96
pushed by
antoineleclair
11s
main
main
11s
View workflow file
fix: reject use of pooled connections after release to prevent stale …
Publish to PyPI
#17:
Commit
4d36a67
pushed by
antoineleclair
14s
main
main
14s
View workflow file
fix: clear _tx_owner when resetting connection transaction state
Publish to PyPI
#16:
Commit
601b4a3
pushed by
antoineleclair
21s
main
main
21s
View workflow file
fix: add event-loop affinity detection and thread-safety documentation
Publish to PyPI
#15:
Commit
22a482e
pushed by
antoineleclair
18s
main
main
18s
View workflow file
docs: fix misleading close() docstring — only idle connections are cl…
Publish to PyPI
#14:
Commit
da2f650
pushed by
antoineleclair
18s
main
main
18s
View workflow file
fix: prevent pool starvation by looping acquire with capacity re-check
Publish to PyPI
#13:
Commit
5ea8dc7
pushed by
antoineleclair
17s
main
main
17s
View workflow file
fix: hold lock during dead-connection replacement to prevent size race
Publish to PyPI
#12:
Commit
b1f58e0
pushed by
antoineleclair
15s
main
main
15s
View workflow file
fix: close transport in _invalidate() to prevent socket leaks
Publish to PyPI
#11:
Commit
ccf1061
pushed by
antoineleclair
12s
main
main
12s
View workflow file
test: add missing timeout validation tests for pool and cluster
Publish to PyPI
#10:
Commit
b5f2088
pushed by
antoineleclair
13s
main
main
13s
View workflow file
fix: use DROP+CREATE for test isolation in integration tests
Publish to PyPI
#9:
Commit
b15619d
pushed by
antoineleclair
15s
main
main
15s
View workflow file
fix: invalidate connection on "not leader" OperationalError
Publish to PyPI
#8:
Commit
ecfaf78
pushed by
antoineleclair
16s
main
main
16s
View workflow file
fix: drain all ResultResponse messages for multi-statement exec_sql
Publish to PyPI
#7:
Commit
c5f41c8
pushed by
antoineleclair
17s
main
main
17s
View workflow file
Previous
1
2
…
5
6
7
8
9
Next
You can’t perform that action at this time.