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
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 }}
fopsdev
/
sqlx
Public
forked from
transact-rs/sqlx
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
0.7-dev
User selector
All users
All time
Commit history
Commits on Sep 27, 2022
avoid improper path merger if cursor backing register, or cursor emptiness is different (#2120)
tyrelr
authored
4b70538
View commit details
Copy full SHA for 4b70538
Browse repository at this point
Commits on Sep 21, 2022
Sqlite EXPLAIN type inference improvements (#1984)
Show description for 0e708b6
rongcuid
authored
0e708b6
View commit details
Copy full SHA for 0e708b6
Browse repository at this point
Commits on Sep 20, 2022
feat: Add set_connect_options method to Pool (#2088)
Show description for 0559196
moatra
and
abonander
authored
0559196
View commit details
Copy full SHA for 0559196
Browse repository at this point
Commits on Sep 19, 2022
Fix sqlite compilation (#2098)
cycraig
authored
e82b717
View commit details
Copy full SHA for e82b717
Browse repository at this point
Commits on Sep 15, 2022
Fix compile time verification performance regression for sqlite (#1946)
Show description for 1379eb6
liningpan
authored
1379eb6
View commit details
Copy full SHA for 1379eb6
Browse repository at this point
Fix sqlite update return and order by type inference (#1960)
Show description for 280e65f
tyrelr
authored
280e65f
View commit details
Copy full SHA for 280e65f
Browse repository at this point
Update libsqlite3-sys to 0.25.1 (#2094)
penberg
authored
faa1033
View commit details
Copy full SHA for faa1033
Browse repository at this point
PgHasArrayType for transparent types fix. (#2086)
Show description for f9ba660
2 people
authored and
abonander
committed
f9ba660
View commit details
Copy full SHA for f9ba660
Browse repository at this point
Commits on Sep 14, 2022
fix: cannot publish with wildcard dep
abonander
committed
ef17af3
View commit details
Copy full SHA for ef17af3
Browse repository at this point
prepare 0.6.2 release (#2092)
abonander
authored
b6cddcd
View commit details
Copy full SHA for b6cddcd
Browse repository at this point
Commits on Sep 13, 2022
Sqlite explain plan log efficiency (#2091)
Show description for 8fca760
tyrelr
authored
8fca760
View commit details
Copy full SHA for 8fca760
Browse repository at this point
fix: make begin,commit,rollback cancel-safe in sqlite (#2054) (#2057)
madadam
authored
f38c739
View commit details
Copy full SHA for f38c739
Browse repository at this point
fix: Remove default chrono dep on time for sqlx-cli (#2089)
Show description for 09717e1
TravisWhitehead
authored
09717e1
View commit details
Copy full SHA for 09717e1
Browse repository at this point
fix: ensure migration progress is not lost for PG, mysql and sqlite (#1991)
Show description for 5e56da8
crepererum
authored
5e56da8
View commit details
Copy full SHA for 5e56da8
Browse repository at this point
Commits on Sep 7, 2022
feat: Add `try_from` attribute for `FromRow` (#1081)
zzhengzhuo
authored
ddffaa7
View commit details
Copy full SHA for ddffaa7
Browse repository at this point
Commits on Sep 6, 2022
customizable db locking during migration (#2063)
Show description for 18a76fb
fuzzbuck
and
abonander
authored
18a76fb
View commit details
Copy full SHA for 18a76fb
Browse repository at this point
Commits on Sep 3, 2022
Fix expansion of `sqlx(flatten)` (#2023)
Show description for c5f3513
RustyYato
authored
c5f3513
View commit details
Copy full SHA for c5f3513
Browse repository at this point
close unnamed portal after each executed extended query (#2081)
Show description for 04884f1
DXist
authored
04884f1
View commit details
Copy full SHA for 04884f1
Browse repository at this point
Commits on Sep 1, 2022
Add extension support for SQLite (#2062)
Show description for 20877d8
bradfier
authored
20877d8
View commit details
Copy full SHA for 20877d8
Browse repository at this point
fix: mssql uses unsigned for tinyint instead of signed (#2074)
Tobias Tschinkowitz
authored
9de70d2
View commit details
Copy full SHA for 9de70d2
Browse repository at this point
Use cargo check consistently in `prepare` (#2071)
cycraig
authored
20af5cd
View commit details
Copy full SHA for 20af5cd
Browse repository at this point
Commits on Aug 27, 2022
Fix `prepare` race condition in workspaces (#2069)
Show description for 0823e11
cycraig
authored
0823e11
View commit details
Copy full SHA for 0823e11
Browse repository at this point
Commits on Aug 26, 2022
SqliteConnectOptions typo (#2072)
fasterthanlime
authored
4c9d239
View commit details
Copy full SHA for 4c9d239
Browse repository at this point
Commits on Aug 23, 2022
Updated documentation to reflect inet allows for IpAddr (#2053)
Show description for 3f7111f
rakshith-ravi
and
abonander
authored
3f7111f
View commit details
Copy full SHA for 3f7111f
Browse repository at this point
fix: use unlock notify also on sqlite3_exec (#2021) (#2055)
madadam
authored
2d65c5d
View commit details
Copy full SHA for 2d65c5d
Browse repository at this point
fix(docs): close code block in query_builder.rs (#2067)
Show description for 5790ffc
abonander
authored
5790ffc
View commit details
Copy full SHA for 5790ffc
Browse repository at this point
Commits on Aug 18, 2022
fix typo in documentation (#2058)
lovasoa
authored
0e5b9a1
View commit details
Copy full SHA for 0e5b9a1
Browse repository at this point
Commits on Aug 17, 2022
chore: Switch to sha1 crate (#2056)
stoically
authored
26f60d9
View commit details
Copy full SHA for 26f60d9
Browse repository at this point
Commits on Aug 16, 2022
chore: add Discord link to issue templates
abonander
authored
956d8a8
View commit details
Copy full SHA for 956d8a8
Browse repository at this point
fix: change extension of `.github/ISSUE_TEMPLATE/config.yaml` to `.yml`
Show description for e04045c
abonander
committed
e04045c
View commit details
Copy full SHA for e04045c
Browse repository at this point
Add FAQ and discussions links
abonander
committed
ad594ce
View commit details
Copy full SHA for ad594ce
Browse repository at this point
Add issue templates (#2052)
abonander
authored
5245c9e
View commit details
Copy full SHA for 5245c9e
Browse repository at this point
Commits on Aug 11, 2022
Fix typo in FromRow docs (#2040)
Show description for 326254f
zlindner
authored
326254f
View commit details
Copy full SHA for 326254f
Browse repository at this point
added flag for PIPES_AS_CONCAT connection setting for MySQL to fix #2034 (#2046)
marcustut
authored
ca74b0c
View commit details
Copy full SHA for ca74b0c
Browse repository at this point
Commits on Aug 10, 2022
fix: use full macro path (#2028)
Show description for 373b121
alexander-jackson
authored
373b121
View commit details
Copy full SHA for 373b121
Browse repository at this point
Previous
Next
You can鈥檛 perform that action at this time.