develooper Front page | perl.dbi.dev | Postings from April 2012

Re: feature request for SQL::Statement::Structure

Thread Previous | Thread Next
From:
rp
Date:
April 7, 2012 09:07
Subject:
Re: feature request for SQL::Statement::Structure
Message ID:
20120407160705.GB24895@win.tue.nl
P.S.

>   $stmt->from->join[1]->column = 'salary';

should be

    $stmt->from->join[1]->table = 'salary';

Sorry about that.

The idea is to have something like what the CGI module provides for HTML.

-- 
Reinier

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About