Austin Bonander

Results 748 comments of Austin Bonander

Any APIs that are only exported from `sqlx-core` and not `sqlx` are considered SemVer-exempt and so major changes to them are not breaking for versioning purposes. I say that because...

This PR can stay as-is, I was just letting you know that I might take a while to review it properly.

I'm not hostile to this change, but I would consider the wiping of prepared statements to be a huge bug on Aurora's part. We've run into issues with "compatible" providers...

> I'm happy to open a support ticket with AWS on our organisation's behalf/complain to our account manager, but I'm afraid we're not significant enough to be in a position...

@jesikmin is this the crate containing this part of a workspace? Proc macros are invoked with a working directory of the workspace root, which is going to affect the path...

I'd love to have this! As you might imagine, though, it would be quite the lift.

You can also usually get some assistance from the IDE here. For example, in RustRover if you apply SQL language injection to the string literal, you can open the string...

`sqlx-cli` is not meant to be used as a library. I don't want to have to think of downstream API users when making changes to it.

I think providing a constant value may end up with the same problem in different queries. I'm wondering if at a certain point, it _would_ be easier to parse the...

That sounds like it has potential, yeah. Reducing the planning overhead might help with compile times a bit too. Make sure to do `SET LOCAL` so it doesn't persist for...