Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
meh
/
sqlx
Public
forked from
launchbadge/sqlx
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 10, 2022
Fix migration checksum comparison during `migrate info` (#1888)
Show description for 664d576
mdtusz
authored
664d576
Copy full SHA for 664d576
Commits on Jun 8, 2022
Add i16 support for `Any` Type. (#1895)
Show description for edaf7d0
EthanYuan
authored
edaf7d0
Copy full SHA for edaf7d0
added test for LoginAck (#1890)
walf443
authored
185c57d
Copy full SHA for 185c57d
added test for mssql protocol Info (#1891)
walf443
authored
4e9bfb0
Copy full SHA for 4e9bfb0
added test for mssql ReturnValue (#1892)
Show description for 3cfa734
walf443
authored
3cfa734
Copy full SHA for 3cfa734
feat(cli): add `--connect-timeout` (#1889)
abonander
authored
1f91724
Copy full SHA for 1f91724
Fix typos (#1894)
Show description for d52f301
kianmeng
and
abonander
authored
d52f301
Copy full SHA for d52f301
Commits on Jun 7, 2022
Improve Sqlite support for sub-queries and CTE's (#1816)
Show description for ed56622
tyrelr
authored
ed56622
Copy full SHA for ed56622
Commits on Jun 2, 2022
query_as: don't stop stream after decoding error (#1887)
Show description for 20d61f4
lovasoa
authored
20d61f4
Copy full SHA for 20d61f4
Commits on Jun 1, 2022
Put `Usage` at same level as `Install` (#1814)
Show description for 24baac7
tobymurray
authored
24baac7
Copy full SHA for 24baac7
trim [ and ] from host string before used to connect by TcpStream (#1818)
smonv
authored
4e3ff36
Copy full SHA for 4e3ff36
Avoid panic when streaming packets are empty (#1861)
Show description for c744cb7
junbl
and
Erik Rhodes
authored
c744cb7
Copy full SHA for c744cb7
Fix nullability check for inner joins in postgres (#1863)
OskarPersson
authored
63291d6
Copy full SHA for 63291d6
add COLLATE_UTF8MB4_0900_AI_CI (#1856)
scottwey
authored
5d91ffc
Copy full SHA for 5d91ffc
Commits on May 31, 2022
Reword "building in offline mode" (#1815)
Show description for 302b415
tobymurray
authored
302b415
Copy full SHA for 302b415
fix serde_json usage in macros (#1842)
mfreeborn
authored
1b9c40b
Copy full SHA for 1b9c40b
make methods pub (#1843)
mfreeborn
authored
a110e75
Copy full SHA for a110e75
Fix panics on unknown Postgres type oid when decoding (#1855)
Show description for d5f7e42
demurgos
authored
d5f7e42
Copy full SHA for d5f7e42
fix `field is never read` on postgres test (#1881)
walf443
authored
fbee065
Copy full SHA for fbee065
fix "unused `Result` that must be used" warnings (#1882)
walf443
authored
56d5283
Copy full SHA for 56d5283
Commits on May 26, 2022
Reuse a cached DB connection instead of always recreating for `sqlx-macros` (#1782)
Show description for a2691b9
CosmicHorrorDev
authored
a2691b9
Copy full SHA for a2691b9
Commits on May 2, 2022
Update crc to 3 (#1831)
djc
authored
fa5c436
Copy full SHA for fa5c436
Commits on Apr 21, 2022
refactor(sqlx-macros): Ignore deps when getting metadata for workspace root (#1823)
CosmicHorrorDev
authored
826e63f
Copy full SHA for 826e63f
Commits on Apr 20, 2022
Update uuid crate to v1 (#1821)
paolobarbolini
authored
ec15f6b
Copy full SHA for ec15f6b
Commits on Apr 15, 2022
Bump remanining dependencies (#1807)
Show description for b934f82
paolobarbolini
and
abonander
authored
b934f82
Copy full SHA for b934f82
Update to edition 2021 (#1808)
Show description for fc9c9be
paolobarbolini
authored
fc9c9be
Copy full SHA for fc9c9be
document 0.5.13 in changelog
abonander
committed
fee8c60
Copy full SHA for fee8c60
Commits on Apr 14, 2022
Make PgLTree::push infallible and take PgLTreeLabel directly. (#1734)
Show description for babd353
sebpuetz
and
abonander
authored
babd353
Copy full SHA for babd353
Update BigDecimal dependency (#1529)
Show description for c7478dc
e00E
and
abonander
authored
c7478dc
Copy full SHA for c7478dc
Move `server_version_num` from trait to impl (#1384)
Show description for 17760d0
AtkinsChang
and
abonander
authored
17760d0
Copy full SHA for 17760d0
Bump ipnetwork to 0.19 (#1426)
Show description for 17fde44
paolobarbolini
authored
17fde44
Copy full SHA for 17fde44
Update time to 0.3.2 (#1455)
Show description for ba123e6
paolobarbolini
and
tyhi
authored
ba123e6
Copy full SHA for ba123e6
Upgrade rustls to 0.20 (#1505)
Show description for 08296a2
paolobarbolini
and
abonander
authored
08296a2
Copy full SHA for 08296a2
postgres: use `Oid` type everywhere instead of `u32` (#1602)
Show description for a97208c
paolobarbolini
authored
a97208c
Copy full SHA for a97208c
Make all ConnectOptions clonable (#1612)
05storm26
authored
a68957b
Copy full SHA for a68957b
Pagination
Previous
Next
You can’t perform that action at this time.