Skip to content

Conversation

@abonander
Copy link
Collaborator

@abonander abonander commented Nov 28, 2024

fixes #3150
fixes #3581
fixes #3591

TODO:

  • Regression test

Breaking Change

Strictly speaking, this is a breaking change because it adds the DB type parameter to all methods.

@tisonkun
Copy link
Contributor

tisonkun commented Jan 4, 2025

Hi @abonander!

I wonder if we can get this merged and released recently. And I'm curious why it's marked as breaking, since I suppose it relaxes the lifetime bound which should be backward-compatible?

@abonander
Copy link
Collaborator Author

It adds a new type parameter to public methods, which would break UFCS calls.

@abonander abonander merged commit 7f72829 into main Jul 1, 2025
84 checks passed
@abonander abonander deleted the ab/fix-raw-sql branch July 1, 2025 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sqlx::raw_sql doesn't work with async-trait raw_sql api doesn't seem to work within axum handler Implementation of Executor is not general enough

3 participants