Skip to Main Content

Oracle Developer Tools for Visual Studio

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Entity Framework provider should do UPPER_CASE to PascalCase conversion

870882Jun 23 2011 — edited Oct 16 2012
The current EF tools don't attempt to do any case conversion when going from database to model (or vice versa). This means either:

- you're doing database-first, and wasting hours PascalCasing your entities and attributes
- you're doing model-first, and wasting hours UPPER_CASING the generated EDMX storage model (time which is wasted the next time you generate the storage model and it blows away what you've done)

If you're as frustrated by this as me, please vote on this feature request:

https://apex.oracle.com/pls/apex/f?p=18357:39:82542797978668::NO::P39_ID:26881

Also, if any of the EF provider developers are reading, whose bright idea was it to make the SSDLToOracle T4 template a stub? That's not how this is supposed to work guys, I could have hacked in the fix I need right there if it actually did anything. Very poor.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 13 2012
Added on Jun 23 2011
8 comments
3,402 views