Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-Authentication CPAN distribution.

Report information
The Basics
Id: 42920
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-Authentication

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

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



In CGI::Application::Plugin::Authentication::Driver::DBI the query generation has no option for extra sql, such as ORDER BY or LIMIT clauses. In our case, we maintain all passwords for a user, instead of just updating them. I wanted to do a SELECT with ORDER BY and LIMIT 1 clauses in order to only get one record for the password table, but there is no way to supply additional SQL to append to the query.
This feature has been added in the latest version.