issues
search
launchbadge
/
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Apache License 2.0
13.5k
stars
1.28k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use `UNION ALL` instead of `UNION` in nullable check
#3605
Suficio
opened
1 day ago
0
Fix mistake in sqlx::test fixtures docs
#3604
andreweggleston
opened
2 days ago
0
Added missing special casing for encoding embedded arrays of custom types
#3603
nico-incubiq
opened
3 days ago
0
sqlx::pool doesn't log acquire times
#3602
svanharmelen
closed
4 days ago
2
Remove default-features = false from url
#3601
hsivonen
opened
1 week ago
0
fix: mysql timezone
#3600
Caisin
opened
1 week ago
0
`sqlx::any::AnyTypeInfoKind` is private, cannot implement `Type<Any>`
#3599
rnza0u
opened
1 week ago
2
Allow a database to adopt reversible migrations after initially using non-reversible ones
#3598
kyle-leonhard
opened
2 weeks ago
0
Warn when migration was inferred as non-reversible and user set rever…
#3597
kyle-leonhard
opened
2 weeks ago
0
Bump thiserror to v2.0.0
#3596
paolobarbolini
opened
2 weeks ago
0
fix: stop dead branch in proc macro from emitting clippy::missing_panics_doc
#3595
paolobarbolini
opened
2 weeks ago
0
Dead branch in proc macro triggers clippy::missing_panics_doc
#3594
paolobarbolini
opened
2 weeks ago
0
fix: URL decode database name when parsing connection url
#3593
BenoitRanque
opened
2 weeks ago
0
`sqlx::raw_sql` doesn't work with `async-trait`
#3591
iamsauravsharma
opened
2 weeks ago
0
Use `UNION ALL` instead of `VALUES`
#3590
SuficioAC
closed
2 weeks ago
0
Please do not turn off default features for url
#3589
hsivonen
opened
2 weeks ago
8
Allow for user-provided schema version storage and retrivial
#3588
Shirogaki
opened
2 weeks ago
1
Usability improvements to Arguments, IntoArguments traits
#3586
zdenek-crha
opened
3 weeks ago
0
Eagerly reconnect in `PgListener::try_recv`
#3585
swlynch99
opened
3 weeks ago
0
Checking non-null fields on inserts
#3584
Ddystopia
opened
3 weeks ago
0
feat: point
#3583
jayy-lmao
opened
3 weeks ago
1
WIP pool changes
#3582
abonander
opened
3 weeks ago
0
raw_sql api doesn't seem to work within axum handler
#3581
manswami23
opened
3 weeks ago
4
doc(mysql): document difference between `Uuid` and `uuid::fmt::Hyphenated`
#3580
abonander
closed
3 weeks ago
0
Reexport AnyTypeInfoKind
#3579
Norlock
closed
3 weeks ago
0
Make PgType publicly available
#3578
Norlock
closed
3 weeks ago
2
Derive Copy where possible for database-specific types
#3577
veigaribo
opened
4 weeks ago
0
With sqlite and chrono, NaiveTime failed to parse from `time` type
#3576
rust-kotlin
opened
4 weeks ago
0
BigDecimal format! Bug
#3575
DBoehm-Superstate
closed
1 month ago
1
psql/migrations: when no-transaction is set, split multi-statement sql into individual statements and execute them separately
#3574
yannleretaille
opened
1 month ago
4
Allow migrator to have multiple sources for migrations
#3573
kirillsalykin
closed
4 weeks ago
3
Compatible with i64 and BigIntegerUnsigned
#3572
boringplay
closed
4 weeks ago
8
Any driver does not support the Postgres type PgTypeInfo(Uuid)
#3571
Huyyyyyyyy
opened
1 month ago
2
fixes #3039
#3570
koeninger
closed
3 weeks ago
3
Always getting 'Broken pipe (os error 32)' but queries do work
#3568
Emanuel-Bjurhager
opened
1 month ago
0
Fix: Cannot query Postgres `INTERVAL[]`
#3566
Ddystopia
closed
3 weeks ago
1
Pg arguments add error type
#3564
csandven
opened
1 month ago
0
PgArguments::add returns a BoxDynError
#3563
csandven
opened
1 month ago
0
feat: Implement before_connect callback to modify connect options.
#3562
jrasanen
closed
3 weeks ago
3
Implement Acquire for PgListener
#3561
chanks
closed
1 month ago
2
Add PgListener::try_recv_buffered(), to support batch processing of notifications
#3560
chanks
opened
1 month ago
4
feat: add TCP keepalive for MySQL and PostgresSQL.
#3559
xuehaonan27
opened
1 month ago
2
fix: fix example code of `query_as`
#3558
xuehaonan27
opened
1 month ago
0
Document code of `sqlx::query_as` has bugs.
#3557
xuehaonan27
opened
1 month ago
2
Sqlx depend on libsqlite3-sys if `sqlite` feature is disabled
#3556
LuckyTurtleDev
closed
1 month ago
3
Running `sqlx prepare` without Cargo
#3555
alexkirsz
opened
1 month ago
1
[docs] patch examples and add a no fuss quickstart snippet
#3554
0o-de-lally
opened
1 month ago
0
Add support for Postgres lquery arrays
#3553
philipcristiano
opened
1 month ago
0
Is is possible to return column info if no data returned??
#3552
yuyang-ok
closed
4 weeks ago
1
Support building with rustls but native certificates
#3551
IlyaBizyaev
opened
1 month ago
0
Next