synnefo/delphi-orm

DORM Tools not working

Opened this issue · 1 comments

The MappingCreator doesnt work, when clicking on the Generate Mapping button i 
get a message saying "Still not implemented", this app seems to want to 
generate the database connection settings files which is greate but the 
important one however is a project to generate the ".mapping" files (the files 
with the definitions to save the classes to the database).

There seems to be a project that is designed to do that 
(persistancecreator.dproj). this compiles fine but as soon as it starts the app 
just shuts down :-? not sure where the problem is.

The important thing for me is to be able to have an app that can generate the 
".mapping" files, the connection settings i can handle doing by hand but the 
mapping is just too much of a mammoth task.

Any ideas for a work around for the mean time would be great!

By the way this is an awesome framework :-)

Regards

Donovan



Original issue reported on code.google.com by donovanb...@gmail.com on 17 Apr 2013 at 9:32

Currently tools are under heavy refactoring. I suggest you to use the 
automapping features using attributes now. Check the TODOManager sample and all 
the unittest related to the automatic mapping.

Original comment by daniele....@gmail.com on 17 Apr 2013 at 12:50

  • Changed state: Accepted