Skip to content

refactor(any): Remove lifetime parameter from AnyArguments #3958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

iamjpotts
Copy link
Contributor

@iamjpotts iamjpotts commented Aug 2, 2025

Relevant commit is the last one, refactor(any): Remove lifetime parameter from AnyArguments

Builds on:

Does your PR solve an issue?

Similar to #3957, allows more flexibility with passing references as bind parameters to query! macros when using the Any driver.

Is this a breaking change?

Yes:

  • removes lifetime parameters from structs that are a part of the public api for the Any driver
  • changes enum variants for AnyValueKind

@iamjpotts iamjpotts force-pushed the jp/any-arg-lifetime branch from babd18d to 58b46a2 Compare August 10, 2025 17:54
@iamjpotts iamjpotts force-pushed the jp/any-arg-lifetime branch from 58b46a2 to 3217e7e Compare August 11, 2025 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant