You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In my framework, which uses MyBatis-Flex, data is inserted within the same transaction, and the insertion returns successfully. The data can also be queried within the transaction. However, after the request ends, the data is lost when queried in a subsequent request, even though other data within the same transaction remains intact.
To Reproduce
Provide a sample code that reproduces the error.
Describe the bug
In my framework, which uses MyBatis-Flex, data is inserted within the same transaction, and the insertion returns successfully. The data can also be queried within the transaction. However, after the request ends, the data is lost when queried in a subsequent request, even though other data within the same transaction remains intact.
To Reproduce
Provide a sample code that reproduces the error.
Expected behavior
The data was inserted successfully, and it can also be queried.⬤
Logs
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: