[EMAIL PROTECTED] wrote:

> Thanks for the tip Jeff.  While reading the POD for DBD::AnyData I
> noticed that joins are supported as *simulated*.  Question:  Was this
> written before the SQL::Statement module was updated to support joins?


Yes it was.  AnyData, when used with the new SQL::Statement, now 
supports most explicit joins (e.g FROM x NATURAL LEFT JOIN y) and WHERE 
clause joins that contain an equality statement between columns of all 
the tables involved.  In terms of their relationship to SQL::Statement, 
DBD::CSV and DBD::AnyData are exactly the same.

-- 
Jeff

Reply via email to