synnefo/delphi-orm

IDormSearchCriteria missing

GoogleCodeExporter opened this issue · 3 comments

Hello again
I am trying to isolate the bare minimum of sources to have a small orm for 
Firebird, unfortunately i am IDormSearchCriteria is missing - i am unable to 
find it.
Which unit have i missed?
S.

Original issue reported on code.google.com by Sergei.I...@gmail.com on 8 Mar 2015 at 11:48

It is not in dorm.Commons.pas at least not in the one under trunk.
Searching in google i found out that it should be there but dorm.Commons.pas 
unser trunk does not have it.
Can you send me the complete source to sergei.iliev^gmail.com?
S.

Original comment by Sergei.I...@gmail.com on 8 Mar 2015 at 12:34

You can just use only the firebird adapter. The DORM.inc is there for this 
purpose.
Enable only yhe adapter that you need and the logger that you need. all the 
other adapters and loggers will not be even compiled/linked.

DT

Original comment by d.t...@bittime.it on 8 Mar 2015 at 3:37

Still this does not make the IdormSearchCriteria apear.
I can not register any component(long story) so i am separating the sources to 
get what i want.It will not compile due to the missing interface
As i said it must be in dorm.Commons but it is not there.
Please check the CURRENT trunk
and this link
http://delphi-orm.googlecode.com/svn-history/r82/trunk/source/dorm.Commons.pas
to see the difference

Original comment by Sergei.I...@gmail.com on 8 Mar 2015 at 5:49