google-code-export / dataobjectsdotnet

Automatically exported from code.google.com/p/dataobjectsdotnet
0 stars 0 forks source link

DisconnectedState.ApplyChanges() doesn't work on SQL Server Compact (no nested transactions) #840

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See http://code.google.com/p/dataobjectsdotnet/issues/detail?id=839

Original issue reported on code.google.com by alex.yakunin on 21 Oct 2010 at 1:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Must be implemented by the same way as issue 722.

Original comment by alex.yakunin on 23 Oct 2010 at 4:31

GoogleCodeExporter commented 9 years ago
Done.

Original comment by alex.yakunin on 27 Oct 2010 at 1:11

GoogleCodeExporter commented 9 years ago
Original link is wrong. The correct one:
http://support.x-tensive.com/question/3294/exception-on-applychanges-with-ms-sql
-server-compact-edition

Original comment by alex.yakunin on 27 Oct 2010 at 1:18

GoogleCodeExporter commented 9 years ago
Now any SQL provider that does not support savepoints allows to create them, 
but throws an exception on attempt to rollback to a savepoint.

Original comment by alex.yakunin on 27 Oct 2010 at 1:19