Re: MySql.Data version 8.0.31 doesn't set right isolation level
Posted by: Daniel Valdez
Date: October 20, 2022 06:51PM

Hi Aniruuddha,

Thanks for contacting us. This indeed seems like a bug, please file a report in our bug database (https://bugs.mysql.com/); in the meantime, you can set the scope for the transaction in the BeginTransaction(), i.e. connection.BeginTransaction(System.Data.IsolationLevel.Serializable, "SESSION"), and that could help to retain the IsolationLevel of the transaction.

Thanks!

Options: ReplyQuote


Subject
Written By
Posted
Re: MySql.Data version 8.0.31 doesn't set right isolation level
October 20, 2022 06:51PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.