Skip Menu |

This queue is for tickets about the SQL-Abstract-More CPAN distribution.

Report information
The Basics
Id: 70513
Status: resolved
Priority: 0/
Queue: SQL-Abstract-More

People
Owner: Nobody in particular
Requestors: metaperl [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Sample call to SQL::Abstract switches fields and table
Hi Laurent, In the sample for how SQL::Abstract is normally called: http://search.cpan.org/~dami/SQL-Abstract-More-0.03/lib/SQL/Abstract/More.pm#select you have the $columns and $table in the wrong order. Consult the SQL::Abstract docs: http://search.cpan.org/~frew/SQL-Abstract-1.72/lib/SQL/Abstract.pm#select%28$source,_$fields,_$where,_$order%29 as reference.
Le Ven 26 Aoû 2011 10:34:21, TBONE a écrit : Show quoted text
> Hi Laurent, > > In the sample for how SQL::Abstract is normally called: > http://search.cpan.org/~dami/SQL-Abstract-More- > 0.03/lib/SQL/Abstract/More.pm#select > > you have the $columns and $table in the wrong order. > > Consult the SQL::Abstract docs: > http://search.cpan.org/~frew/SQL-Abstract- > 1.72/lib/SQL/Abstract.pm#select%28$source,_$fields,_$where,_$order%29 > > as reference.
Hi Terrence, Thanks for the ticket. Fixed in 0.04, just published on CPAN