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

Fix incorrect transactional() handling when DB auto-rolled back the transaction #6545

Merged
merged 1 commit into from
Nov 4, 2024

Fix incorrect `transactional()` handling when DB auto-rolled back the…

ec90463
Select commit
Loading
Failed to load commit list.
Merged

Fix incorrect transactional() handling when DB auto-rolled back the transaction #6545

Fix incorrect `transactional()` handling when DB auto-rolled back the…
ec90463
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 2, 2024 in 0s

34.21% of diff hit (target 85.91%)

View this Pull Request on Codecov

34.21% of diff hit (target 85.91%)

Annotations

Check warning on line 1311 in src/Connection.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Connection.php#L1304-L1311

Added lines #L1304 - L1311 were not covered by tests

Check warning on line 1313 in src/Connection.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Connection.php#L1313

Added line #L1313 was not covered by tests

Check warning on line 1316 in src/Connection.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Connection.php#L1316

Added line #L1316 was not covered by tests

Check warning on line 36 in src/Driver/API/OCI/ExceptionConverter.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Driver/API/OCI/ExceptionConverter.php#L36

Added line #L36 was not covered by tests

Check warning on line 42 in src/Driver/API/OCI/ExceptionConverter.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Driver/API/OCI/ExceptionConverter.php#L38-L42

Added lines #L38 - L42 were not covered by tests

Check warning on line 77 in src/Driver/API/OCI/ExceptionConverter.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Driver/API/OCI/ExceptionConverter.php#L77

Added line #L77 was not covered by tests

Check warning on line 80 in src/Driver/API/OCI/ExceptionConverter.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Driver/API/OCI/ExceptionConverter.php#L80

Added line #L80 was not covered by tests

Check warning on line 83 in src/Driver/API/OCI/ExceptionConverter.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Driver/API/OCI/ExceptionConverter.php#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 86 in src/Driver/API/OCI/ExceptionConverter.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Driver/API/OCI/ExceptionConverter.php#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 88 in src/Driver/API/OCI/ExceptionConverter.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Driver/API/OCI/ExceptionConverter.php#L88

Added line #L88 was not covered by tests

Check warning on line 91 in src/Driver/API/OCI/ExceptionConverter.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Driver/API/OCI/ExceptionConverter.php#L91

Added line #L91 was not covered by tests

Check warning on line 145 in src/Driver/OCI8/Connection.php

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Driver/OCI8/Connection.php#L145

Added line #L145 was not covered by tests