-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
Getting Cannot roll back trans2. No transaction or savepoint of that name was found on SQL server after #48637 #49514
Comments
Cannot reproduce in the following environment. Could you provide the minimal reproducible docker-based example repository? Versions and Environment
|
Thanks man, for trying, will try to make a reproducible build in the start of new year when I am back the office! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Laravel Version
From v10.29.0
Tested in v10.29.0 and v10.39.0, both fail
PHP Version
8.1.2
Database Driver & Version
Microsoft SQL Server 2022
Description
From Laravel/framework, v10.29.0 I am getting error Cannot roll back trans2. No transaction or savepoint of that name was found. when running code:
Laravel/framework v10.28.0 works fine.
The error only happens if no row exist in the database for the query.
If I remove the transaction, my code generates no errors.
It is after the revival of this one:
#48637
Also failed last time this was in the code base
Steps To Reproduce
Run code similar to this, with no rows that match.
The text was updated successfully, but these errors were encountered: