Skip to content
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

Remove deprecated QueryBean constructor that takes transaction, migrate to query.usingTransaction() #3514

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

rbygrave
Copy link
Member

@rbygrave rbygrave commented Oct 31, 2024

Remove the constructor for QueryBean that takes transaction. Migrate code to use query.usingTransaction() instead.

Migrate from:

 new QCustomer(transaction)
    ...

To:

 new QCustomer()
   .usingTransaction(transaction)
   ...

…te to query.usingTransaction()

Remove the constructor for QueryBean that takes transaction. Migrate code to use query.usingTransaction() instead.
@rbygrave rbygrave self-assigned this Oct 31, 2024
@rbygrave rbygrave added this to the 14.9.0 milestone Feb 11, 2025
@rbygrave rbygrave merged commit 195edf0 into master Feb 12, 2025
1 check passed
@rbygrave rbygrave deleted the feature/querybean-txn-ctor branch February 12, 2025 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant