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 }}
NL9
/
sqlx
Public
forked from
transact-rs/sqlx
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
main
User selector
All users
All time
Commit history
Commits on Mar 14, 2024
Removed Send bound from arg binding (#2960)
bobozaur
authored
e0a1f16
View commit details
Copy full SHA for e0a1f16
Browse repository at this point
Implement PgHasArrayType for all references (#2869)
tylerhawkes
authored
b607251
View commit details
Copy full SHA for b607251
Browse repository at this point
Constrain cyclic associated types (#2702)
Show description for 0d0dddf
BadBastion
authored
0d0dddf
View commit details
Copy full SHA for 0d0dddf
Browse repository at this point
Generic Associated Types in Database, replacing HasValueRef, HasArguments, HasStatement (#2973)
Show description for 9ba488c
nitn3lav
and
abonander
authored
9ba488c
View commit details
Copy full SHA for 9ba488c
Browse repository at this point
Fix describe on PostgreSQL views with rules (#2736)
Show description for 936744d
jqwn
and
abonander
authored
936744d
View commit details
Copy full SHA for 936744d
Browse repository at this point
chore: remove deprecation notice for ascription
saiintbrisson
authored and
abonander
committed
4c68302
View commit details
Copy full SHA for 4c68302
Browse repository at this point
refac: rebase syn 2 changes
saiintbrisson
authored and
abonander
committed
8f926e5
View commit details
Copy full SHA for 8f926e5
Browse repository at this point
Commits on Mar 12, 2024
bump bigdecimal version
FaveroFerreira
authored and
abonander
committed
c5357f1
View commit details
Copy full SHA for c5357f1
Browse repository at this point
fix(macros): only enable chrono when time is disabled
saiintbrisson
authored and
abonander
committed
f316b0d
View commit details
Copy full SHA for f316b0d
Browse repository at this point
chore: bump version to `0.8.0-alpha.0`
abonander
committed
30db1f8
View commit details
Copy full SHA for 30db1f8
Browse repository at this point
fix: deprecation in `postgres::types::chrono`
abonander
committed
635dba5
View commit details
Copy full SHA for 635dba5
Browse repository at this point
fix: deprecation warnings in `sqlite::types::chrono`, document `DATETIME` behavior
abonander
committed
a2b89d7
View commit details
Copy full SHA for a2b89d7
Browse repository at this point
chore: prepare 0.7.4 release
abonander
committed
248d617
View commit details
Copy full SHA for 248d617
Browse repository at this point
Commits on Mar 7, 2024
fix: better I/O errors when `migrate!()` cannot read a file
abonander
committed
d005111
View commit details
Copy full SHA for d005111
Browse repository at this point
fix: restore `Migrator` to the public API
abonander
committed
24be262
View commit details
Copy full SHA for 24be262
Browse repository at this point
Commits on Mar 6, 2024
fix: AnyRow not support PgType::Varchar (#2976)
holicc
authored
bbfd0d7
View commit details
Copy full SHA for bbfd0d7
Browse repository at this point
feat: add `to_url_lossy` to connect options (#2902)
Show description for b29eab0
lily-mosquitoes
authored
b29eab0
View commit details
Copy full SHA for b29eab0
Browse repository at this point
fix(ci): just cfg-out the whole `tests/sqlite/sqlcipher.rs`
abonander
committed
34860b7
View commit details
Copy full SHA for 34860b7
Browse repository at this point
doc(pg): document behavior of `bigdecimal` and `rust_decimal` with out-of-range values
Show description for 791a7f5
abonander
committed
791a7f5
View commit details
Copy full SHA for 791a7f5
Browse repository at this point
fix: gate `sqlcipher` testing behind `cfg` to make development less annoying
abonander
committed
e5c18b3
View commit details
Copy full SHA for e5c18b3
Browse repository at this point
fix: do not panic when binding a large BigDecimal
Ekleog
authored and
abonander
committed
dfb6014
View commit details
Copy full SHA for dfb6014
Browse repository at this point
Remove sha1 because it's not being used in postgres
rafaelGuerreiro
authored and
abonander
committed
e8fc35a
View commit details
Copy full SHA for e8fc35a
Browse repository at this point
Commits on Mar 5, 2024
docs: update example for `PgConnectOptions`
Fyko
authored and
abonander
committed
664dbdf
View commit details
Copy full SHA for 664dbdf
Browse repository at this point
fix(ci): disable `mariadb_verylatest` pass for RusTLS
Show description for c78425b
abonander
committed
c78425b
View commit details
Copy full SHA for c78425b
Browse repository at this point
fix(migrate): improve error message when parsing version from filename
Show description for c32809a
abonander
committed
c32809a
View commit details
Copy full SHA for c32809a
Browse repository at this point
Improve max_lifetime handling (#3065)
Show description for b4f6596
mirek26
authored
b4f6596
View commit details
Copy full SHA for b4f6596
Browse repository at this point
Commits on Feb 25, 2024
feat(mysql): allow to connect with mysql driver without default behavor (#3037)
Show description for 27a4991
darkecho731
authored
27a4991
View commit details
Copy full SHA for 27a4991
Browse repository at this point
Change the name of "inner" function generated by `#[sqlx::test]` (#3072)
ciffelia
authored
8c43b8c
View commit details
Copy full SHA for 8c43b8c
Browse repository at this point
Commits on Feb 24, 2024
Use `create_new` instead of `atomic-file-write` (#2914)
Show description for b615d2a
mattfbacon
and
abonander
authored
b615d2a
View commit details
Copy full SHA for b615d2a
Browse repository at this point
Commits on Feb 19, 2024
fix: link to correct version in first-migration message (#2900)
Show description for 02f196b
Vrajs16
and
abonander
authored
02f196b
View commit details
Copy full SHA for 02f196b
Browse repository at this point
Commits on Feb 18, 2024
feat: add `raw_sql` API (#3007)
Show description for ca518b7
abonander
authored
ca518b7
View commit details
Copy full SHA for ca518b7
Browse repository at this point
Commits on Feb 17, 2024
Optimize SASL auth in sqlx-postgres (#3050)
Show description for dd900e5
mirek26
authored
dd900e5
View commit details
Copy full SHA for dd900e5
Browse repository at this point
Commits on Feb 16, 2024
fix: spans in sqlite tracing (#2876) (#3056)
zoomiti
authored
a1e4984
View commit details
Copy full SHA for a1e4984
Browse repository at this point
Set TCP_NODELAY option on TCP sockets (#3055)
mirek26
authored
4c057a0
View commit details
Copy full SHA for 4c057a0
Browse repository at this point
Commits on Feb 12, 2024
feat(logging): Add numeric elapsed time field elapsed_secs as f64 (#3004)
Show description for d7cbf94
iamjpotts
authored
d7cbf94
View commit details
Copy full SHA for d7cbf94
Browse repository at this point
Previous
Next
You can鈥檛 perform that action at this time.