Re: [Catalyst] Template::Provider::DBI and Catalyst

2007-02-21 Thread Jess Robinson
On Tue, 13 Feb 2007, Tobias Kremer wrote: Following up on a recent post to the list concerning templates in the database I'm wondering what the current status of Template::Provider::DBI is and if anyone is using it in production within Catalyst? I just found out that it seems to be

Re: [Catalyst] Template::Provider::DBI and Catalyst

2007-02-21 Thread Dave Howorth
Jess Robinson wrote: On Tue, 13 Feb 2007, Tobias Kremer wrote: There's also an error message on every request: prepare_cached(SELECT date_modified FROM templates WHERE filename = ?) statement handle DBI::st=HASH(0x91eac08) still Active Odd.. since it should only fetch one row at a time,

[Catalyst] Template::Provider::DBI and Catalyst

2007-02-13 Thread Tobias Kremer
Following up on a recent post to the list concerning templates in the database I'm wondering what the current status of Template::Provider::DBI is and if anyone is using it in production within Catalyst? I just found out that it seems to be incompatible with Catalyst::View::TT::ForceUTF8, for

Re: [Catalyst] Template::Provider::DBI and Catalyst

2007-02-13 Thread Bill Moseley
On Tue, Feb 13, 2007 at 11:02:21AM +0100, Tobias Kremer wrote: Following up on a recent post to the list concerning templates in the database I'm wondering what the current status of Template::Provider::DBI is and if anyone is using it in production within Catalyst? I just found out that it