Ask Bjørn Hansen writes:
 > 
 > On Dec 5, 2006, at 9:00, George Hartzell wrote:
 > 
 > > On the other hand the hoops that they jump through to try to
 > > automagically generate queries and hide the relational database
 > > mystifies me, I find that I end up double checking the sql that they
 > > generate to make sure that I haven't shot myself in the foot somehow.
 > 
 > I don't think you are in the minority.

Wouldn't be the first time....

 > However, at least in my applications RDBO has done very well so far  
 > even for relatively more complex queries.  (At least compared to  
 > Class::DBI).

It does seems to do a great job, and makes more sense to me than the
other perl options that I've checked out.

It seems that I usually end up with either, "get me all the rows",
"get me row number N", or "I have the really funky thing that I need
to do that involves weird uses of the data and...".  In those cases I
usually end up thinking about the relational schema and mapping it
back into the ORM is an extra step.

But, see your earlier point....

 > When you need custom SQL, ss long as you put it into the relevant  
 > model class then I think you keep the advantages of the abstraction  
 > nicely in place.

ABSOLUTELY.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to