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 }}
sqlpage
/
sqlx-oldapi
Public
forked from
transact-rs/sqlx
Notifications
You must be signed in to change notification settings
Fork
16
Star
82
Code
Issues
5
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Address clippy warnings and add to gh actions
- #32
#32
Closed
lovasoa
wants to merge 18 commits into
main
sqlpage/sqlx-oldapi:main
from
cursor/address-clippy-warnings-and-add-to-gh-actions-86b9
sqlpage/sqlx-oldapi:cursor/address-clippy-warnings-and-add-to-gh-actions-86b9
Copy head branch name to clipboard
Conversation
Commits
18
聽(18)
Checks
Files changed
Closed
Address clippy warnings and add to gh actions
#32
lovasoa
wants to merge 18 commits into
main
sqlpage/sqlx-oldapi:main
from
cursor/address-clippy-warnings-and-add-to-gh-actions-86b9
sqlpage/sqlx-oldapi:cursor/address-clippy-warnings-and-add-to-gh-actions-86b9
Copy head branch name to clipboard
Commits
Commits on Sep 16, 2025
Refactor: Improve type conversions and clippy lints
Show description for c0686ef
cursoragent
and
lovasoa
committed
c0686ef
View commit details
Copy full SHA for c0686ef
Browse repository at this point
Fix: Improve SQLite type conversions and pool handling
Show description for 9ca44d6
cursoragent
and
lovasoa
committed
9ca44d6
View commit details
Copy full SHA for 9ca44d6
Browse repository at this point
Fix: Replace unwrap with expect for error handling
Show description for 93237ec
cursoragent
and
lovasoa
committed
93237ec
View commit details
Copy full SHA for 93237ec
Browse repository at this point
core: remove extraneous clippy allows in lib.rs
cursoragent
committed
c56e7b4
View commit details
Copy full SHA for c56e7b4
Browse repository at this point
sqlite: remove clippy allows; switch columns Vec->slice; simplify wildcard matches
cursoragent
committed
3dbabb1
View commit details
Copy full SHA for 3dbabb1
Browse repository at this point
sqlite/mysql: fix clippy warnings (needless borrows, ptr_arg, casts, loops, conversions)
cursoragent
committed
706523d
View commit details
Copy full SHA for 706523d
Browse repository at this point
postgres: fix clippy lints (casts, needless borrows, docs, len checks, parsing)
cursoragent
committed
198b125
View commit details
Copy full SHA for 198b125
Browse repository at this point
sqlite: re-allow unsafe_code for FFI; fix Pg options path AsRef deref
cursoragent
committed
cbfe331
View commit details
Copy full SHA for cbfe331
Browse repository at this point
api: fix multiple-bound-locations by separating lifetimes; rt-async-std: drop unused imports; pg options: adjust AsRef where needed
cursoragent
committed
17c8274
View commit details
Copy full SHA for 17c8274
Browse repository at this point
Fix: Add missing lifetime bounds to Executor trait
Show description for 6893425
cursoragent
and
lovasoa
committed
6893425
View commit details
Copy full SHA for 6893425
Browse repository at this point
Refactor: Improve sqlx internal code quality and consistency
Show description for 55bd11a
cursoragent
and
lovasoa
committed
55bd11a
View commit details
Copy full SHA for 55bd11a
Browse repository at this point
Checkpoint before follow-up message
Show description for 3920eb8
cursoragent
and
lovasoa
committed
3920eb8
View commit details
Copy full SHA for 3920eb8
Browse repository at this point
Refactor ConnectOptions to use FromStr and update auth plugin names
Show description for 282f1dd
cursoragent
and
lovasoa
committed
282f1dd
View commit details
Copy full SHA for 282f1dd
Browse repository at this point
Refactor: Improve sqlx-core and sqlx-macros code quality
Show description for 76fe15e
cursoragent
and
lovasoa
committed
76fe15e
View commit details
Copy full SHA for 76fe15e
Browse repository at this point
Refactor: Add write method to PgStream and BufStream
Show description for 14309cb
cursoragent
and
lovasoa
committed
14309cb
View commit details
Copy full SHA for 14309cb
Browse repository at this point
feat: Add FromStr constraint for connection options
Show description for a54a568
cursoragent
and
lovasoa
committed
a54a568
View commit details
Copy full SHA for a54a568
Browse repository at this point
Test: Improve f64 precision and bool assertions
Show description for e2f4996
cursoragent
and
lovasoa
committed
e2f4996
View commit details
Copy full SHA for e2f4996
Browse repository at this point
Fix: Use CopyFail instead of message::CopyFail
Show description for a341a01
cursoragent
and
lovasoa
committed
a341a01
View commit details
Copy full SHA for a341a01
Browse repository at this point
You can鈥檛 perform that action at this time.