enable automatic synchronization

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
RobLatour
Posts: 1
Joined: Mon 07 Sep 2015 00:08

enable automatic synchronization

Post by RobLatour » Mon 07 Sep 2015 00:28

Hi,

I am trialling dotConnect for SQLite and am loving it.

One issue I noticed is related to the Entity Developer Model setting 'enable automatic synchronization of storage part and mapping of the model with its conceptional part' ...

In short, with this option selected, the order of the fields on a table in the model do not necessarily match the order of the fields on the model, it would be nice if the order was automatically synchronized as well.

It would also be nice to have an option in the Entity Modeller to automatically sort the non-key fields in alphabetic order.

Thanks!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: enable automatic synchronization

Post by Shalex » Wed 09 Sep 2015 13:20

Thank you for your suggestions. We will consider the possibility of these improvements and notify you about the result.

As a workaround, please use the Regenerate Storage and Mapping option (this will order the SSDL columns in the way like the corresponding properties are ordered in CSDL).

Post Reply