Skip Menu |

This queue is for tickets about the Catalyst-Authentication-Store-DBI CPAN distribution.

Report information
The Basics
Id: 62999
Status: resolved
Priority: 0/
Queue: Catalyst-Authentication-Store-DBI

People
Owner: Nobody in particular
Requestors: benjamin.martin [...] ims-evolve.com
Cc:
AdminCc:

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



Subject: What is your Model is NOT called DBI??
Hello, Sorry to report this as a bug... I bet it is not .. ..but.. what if your model is not called "DBI" How can you configure the Catalyst::Authentication::Store::DBI to use a model other than one called "DBI" I notice you look for 'dbh' already existing against the store.. how should I set this up? (perhaps some POD) It would seem like a pretty nice feature to add 'model_name' to the config. many thanks, -B
Not a bug report, but maybe a documentation request... Catalyst::Authentication::Store::DBI does not use DBI directly. The DBI handle from the DBI model is used, meaning there should be the point where the actual class is chosen.