EntitySet naming for tables ending in letters 'H', 'S', 'Y'

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
stratdaz
Posts: 23
Joined: Tue 04 May 2010 00:46

EntitySet naming for tables ending in letters 'H', 'S', 'Y'

Post by stratdaz » Wed 21 Sep 2011 23:54

I have just upgraded to version 6.50.214 and have an issue with entity set naming that appears to be a problem only for tables ending in the letters 'H', 'S' and 'Y'.

I am using Capitalize in the model setttings and while all entities are correctly named the entity set name has only the first character capitalised for some tables.

For example ...

Table WAGE_TYPE becomes

ObjectSet WageTypes

whereas ...

Table ADJUSTMENT_BATCH becomes

ObjectSet Adjustmentbatches

and

Table APPL_ACCESS becomes

ObjectSet Applaccesses

It's not a show-stopper but means I have more code to change.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Fri 23 Sep 2011 12:57

Thank you for the report, we have reproduced the problem. We will analyze it and inform you about the results.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Fri 07 Oct 2011 09:43

We have fixed the issue, the fix is available in the latest 6.50.228 build of dotConnect for Oracle. The new build can be downloaded from
http://www.devart.com/dotconnect/oracle/download.html
(the trial only) or from Registered Users' Area (for users with active subscription only).

For more information about the fixes and improvements available in dotConnect for Oracle 6.50.228, please refer to
http://www.devart.com/forums/viewtopic.php?t=22164

Post Reply