Re: [Dbix-class] DBH handle upon connect

2008-02-12 Thread Dan Horne
Steve Kirkup said: > When I establish my connection to the database I want to immediately run > some SQL to initialize the databases session environment (specifically > the NLS_DATE_FORMAT for Oracle). > > My question is how do I get ahold of that database handle? The > DBIx::Class::Schema->conne

[Dbix-class] DBH handle upon connect

2008-02-12 Thread Steve Kirkup
When I establish my connection to the database I want to immediately run some SQL to initialize the databases session environment (specifically the NLS_DATE_FORMAT for Oracle). My question is how do I get ahold of that database handle? The DBIx::Class::Schema->connect() makes no mention of o