-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Pull requests: transact-rs/sqlx
Pull requests list
fix(macros): added SQLX_SQLITE_REGISTER_REGEXP environment variable
#4313
opened Jun 17, 2026 by
XVanilor
Loading...
feat: support DATABASE_URL_TEST env var override in #[sqlx::test]
#4312
opened Jun 17, 2026 by
compiledbyutkarsh
Loading...
fix(sqlite): silence time 0.3.48 modifier deprecations under -D warnings
#4311
opened Jun 16, 2026 by
ricochet
Contributor
Loading...
ci(wasip2): document and test wasm32-wasip2 support (Postgres + MySQL)
#4309
opened Jun 16, 2026 by
ricochet
Contributor
Loading...
Kerberos functionality for PostgreSQL
#4308
opened Jun 15, 2026 by
2ndDerivative
Contributor
Loading...
fix(mysql): infer DATE/DATETIME/TIMESTAMP columns as nullable in query!/query_as! to handle zero dates
#4294
opened Jun 3, 2026 by
Ar-maan05
Loading...
fix: resolve #2642 — Query macro documentation understates lack of nullability checking on bind parameters
#4291
opened May 31, 2026 by
chinhkrb113
Loading...
fix(pool): prevent num_idle underflow that wedges maintenance in a CPU spin
#4289
opened May 30, 2026 by
nipunn1313
Contributor
Loading...
Fix query macros against CockroachDB by gating plan_cache_mode on EXPLAIN support
#4286
opened May 28, 2026 by
BastienClement
Loading...
fix(postgres): correctly infer nullability for LEFT JOIN rewritten as RIGHT JOIN
#4285
opened May 28, 2026 by
luca992
Loading...
feat: add custom transport support for Postgres and MySQL
#4281
opened May 25, 2026 by
Benjscho
Loading...
Open per-query tracing span in QueryLogger
#4270
opened May 21, 2026 by
Diggsey
Contributor
Loading...
feat(sqlite): compile-time validation of INSERT NOT NULL constraints
#4260
opened May 7, 2026 by
Zelys-DFKH
Loading...
fix(cli): replace dialoguer drop prompt with line-based read for accessibility
#4238
opened Apr 17, 2026 by
BootstrapperSBL
Loading...
4 tasks done
perf(sqlx-cli): avoid rewriting the entire .sqlx cache on prepare
#4237
opened Apr 17, 2026 by
fhsgoncalves
Contributor
Loading...
fix: Map::fetch stream continues past row-level mapper errors
#4224
opened Apr 9, 2026 by
barry3406
Contributor
Loading...
fix:/prefer the use of column identity over ordinals
#4211
opened Mar 31, 2026 by
johnbrk
Loading...
feat(sqlite): add getters for SqliteConnectOptions properties
#4209
opened Mar 31, 2026 by
bengineer42
Loading...
ProTip!
Exclude everything labeled
bug with -label:bug.