Strange reconnects...

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
vromanko
Posts: 1
Joined: Fri 10 Apr 2009 11:15

Strange reconnects...

Post by vromanko » Fri 10 Apr 2009 11:24

Hi All,

In the latest version strange reconnects were appeared. I create a datacontext, begin a transaction, make one update and then read the updated data (using the same datacontext) but there is old not updated version of data because between update and read was a reconnect. See MySQL log below:

Query UPDATE ....
Connect on
Query SELECT ....

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 13 Apr 2009 14:24

Thank you for the report, we have reproduced the problem.
I will let you know about the results of our investigation.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 29 Apr 2009 12:12

The problem is fixed, look forward to the next build of dotConnect for MySQL.

Post Reply