Naming rules in dotConnect for MySQL 6.30

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Miros
Posts: 45
Joined: Thu 20 Jan 2011 10:12
Contact:

Naming rules in dotConnect for MySQL 6.30

Post by Miros » Tue 07 Jun 2011 20:56

Is it just me, or is there a bug in the naming rules when dragging a table from Database Explorer to the Model View, table fields of the form "my_field_name" are converted to property name "Myfieldname" in stead of "MyFieldName" - like in the old versions...?

In the wizard, the naming rules are correct...

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

Post by AndreyR » Wed 08 Jun 2011 08:56

We have changed the default naming rule from Capitalized to FirstLetterUppercase. Change it back, this should help.

Miros
Posts: 45
Joined: Thu 20 Jan 2011 10:12
Contact:

Post by Miros » Tue 14 Jun 2011 07:21

AndreyR wrote:We have changed the default naming rule from Capitalized to FirstLetterUppercase. Change it back, this should help.
Thanks a lot - it did the trick - howcome you changed the standard? Was there a demand for that? :)

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

Post by AndreyR » Tue 14 Jun 2011 11:23

Several of our users mentioned that this setting is not convenient and asked to change it. We have performed an investigation and decided to proceed with a new default value.

Miros
Posts: 45
Joined: Thu 20 Jan 2011 10:12
Contact:

Post by Miros » Tue 14 Jun 2011 12:10

AndreyR wrote:Several of our users mentioned that this setting is not convenient and asked to change it. We have performed an investigation and decided to proceed with a new default value.
Okay... Weird IMHO... I guess developers are like other people - no two are the same :).

Post Reply