Skip Menu |

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

Report information
The Basics
Id: 778
Status: resolved
Priority: 0/
Queue: SQL-Statement

People
Owner: JZUCKER [...] cpan.org
Requestors: miko [...] idocs.com
Cc:
AdminCc:

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



Subject: no where sub
There isn't any "where" subroutine, even though the documentation descrobes it. Here's the line from the docs: # Query the WHERE clause; this will retrieve an # SQL::Statement::Op instance my $where = $stmt->where(); Here's the error: Can't locate object method "where" via package "SQL::Statement" (perhaps you for got to load "SQL::Statement"?) at borman.pl line 20. I've searched through the entire download (SQL-Statement-1.004.tar.gz) and I don't find any "where" sub, nor do I find a SQL::Statement::Op package. -Miko
RT-Send-CC: JZUCKER [...] cpan.org
Assigned to JZUCKER, the module owner.
Support for the SQL::Statement::where() clause is available in version 1.06 and above.