Hi.
I started working on a multi platform project (android / iOS), using catnap as Orm.
Right now I'm developing on Android. So far so good, considering the short documentation, which made it somewhat of a guesswork to start using it (i'm not too fluent in c#....)
I mean no disrespect to the developer of course... Catnap is really cool, as it reminds me oh Hibernate :)
I added support for the "Like" criteria, as I needed it.
Now I'm trying to find a way to order my result see returned using Criterias, but found no way of doing it.
Is there support for ordering (generating an ORDER BY statement)?
Also, to speed up development, a guide or sample projects would be awesome (a little more than the Tests sources). Is any such thing available?
I'll keep you guys posted on my android development (since I seem to be the only one using catnap for android as opposed as iOS)...
TIA.
Fabio