On Wed, 27 Feb 2002, Matt Sergeant wrote: > Right, so how would I go about writing an application that used Class::DBI > that absolutely needed outer joins (say, for example, a bulletin board > type application that supported anonymous postings), and I wanted it to > work cross platform?
Just like with DBIx::AnyDBD, you'd have to have one subclass per RDBMS, and custom code it for each (well, actually MySQL and Postgres share the same syntax for outer joins these days). But with Alzabo you wouldn't need to do that! Of course, it only support MySQL and Pg right now ;) -dave /*================== www.urth.org we await the New Sun ==================*/