----- "Greg Donald" <[email protected]> wrote: > On Mon, Jan 4, 2010 at 11:47 AM, Michael Chaney > <[email protected]> wrote: > > Yes, you'll have to use proper SQL (oh, darn) > > Developers who still regularly write raw SQL are behind the times. > At > this point you should have adopted any one of the available Active > Record design patterns to do it for you.
Now that depends. I would agree for first rev of a project. But when you start to see bottlenecks, you can custom write the query for that section. -- Steven Critchfield [email protected] -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
