Fixed bug with ROWSCN pseudo-column on update (Oracle) ?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
Remco Blok
Posts: 25
Joined: Tue 14 Dec 2010 12:34

Fixed bug with ROWSCN pseudo-column on update (Oracle) ?

Post by Remco Blok » Tue 19 Apr 2011 11:15

I saw version 6.10.141 fixed a bug with ROWSCN pseudo-column on update (Oracle). What was the bug? Has it changed the way ROWSCN can be used (or rather cannot be used) with EF as previously described in this post http://www.devart.com/forums/viewtopic.php?t=12846?

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

Post by AndreyR » Tue 19 Apr 2011 12:41

No, nothing has been changed in the ORA_ROWSCN support. One of our users used ORA_ROWSCN as a concurrency column, taking into account the limitations described in the post you had referenced. The particular problem in it is now fixed.

Post Reply