Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
HHPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
H
HPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 9 June 2021 at 12:24
Updated 20 January 2025 at 11:26
Resolved 20 January 2025 at 11:26
When a request gets interrupted by a request timeout whilst in a transaction, the transaction still gets committed.
With the example below, only the logs up to the sleep get logged as expected. What is not expected is that the create statement still gets committed to the database. This leaves us with a very messy situation where there are a lot of incomplete data in our systems.
Example code: