-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Pull requests: launchbadge/sqlx
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(macros): cache macro metadata based on
CARGO_MANIFEST_DIR
#3815
opened Apr 9, 2025 by
joeydewaal
Loading…
Smol+async global executor 1.80 dev
breaking:MSRV
Requires waiting for an MSRV bump (see FAQ.md)
#3791
opened Mar 17, 2025 by
martin-kolarik
Loading…
SQLite extension loading via sqlx.toml for CLI and query macros
#3713
opened Jan 29, 2025 by
djarb
Loading…
chore: replace once_cell Requires waiting for an MSRV bump (see FAQ.md)
OnceCell
/Lazy
with std OnceLock
/LazyLock
breaking:MSRV
#3709
opened Jan 27, 2025 by
paolobarbolini
•
Draft
feat(postgres): allow running multiple statements in no tx migrations
#3694
opened Jan 19, 2025 by
adriangb
Loading…
feat: implement Encode, Decode, Type for
Arc<str>
and Arc<[u8]>
(and Rc
equivalents)
#3675
opened Jan 9, 2025 by
joeydewaal
•
Draft
Implement
Decode
, Encode
and Type
for Box
, Arc
, Cow
and Rc
#3674
opened Jan 9, 2025 by
joeydewaal
Loading…
Add PgBindIter for encoding and use it as the implementation encoding &[T]
#3651
opened Dec 22, 2024 by
tylerhawkes
Loading…
feat: add TCP keepalive for MySQL and PostgresSQL.
#3559
opened Oct 12, 2024 by
xuehaonan27
Loading…
[docs] patch examples and add a no fuss quickstart snippet
#3554
opened Oct 9, 2024 by
0o-de-lally
Loading…
Postgres: force generic plan for better nullability inference.
breaking
#3541
opened Oct 3, 2024 by
joeydewaal
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.