oracle synonyms support

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
skoub
Posts: 32
Joined: Fri 21 May 2010 15:47

oracle synonyms support

Post by skoub » Tue 20 Jul 2010 21:14

hi!

i would like to know if Oracle synonyms will be supported in a future release.

thank you!

alex

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

Post by AndreyR » Thu 22 Jul 2010 15:07

We don't have a possibility to add proper support for the synonyms in Entity Framework.

Nielss
Posts: 3
Joined: Wed 23 Mar 2011 10:37

Post by Nielss » Thu 24 Mar 2011 07:15

Andrey,

Does you remark about the support for synonyms still hold or has something changed after 9 months? We are trying to use synoniems of some PROCs. This results in an System.Data.EntityCommandExecutionException. The inner exception is a System.ArgumentNullException.

Same situation works perfectly without using synonyms.

Thanks,

Niels

note: problem occures only with PROCs EF can retrieve data via a synonym to a table or view.

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

Post by AndreyR » Thu 24 Mar 2011 13:55

Could you please send us a small test project illustrating the error?
Please include the scripts of the DB objects used in it, if possible.

Post Reply