DBIx-Connector

 view release on metacpan or  search on metacpan

lib/DBIx/Connector.pm  view on Meta::CPAN

629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
=back
 
In addition, explicitly setting C<AutoCommit> to true is strongly recommended
if you plan to use L<C<txn()>|/"txn"> or L<C<svp()>|/"svp">, as otherwise you
won't get the transactional scoping behavior of those two methods.
 
If you would like to execute custom logic each time a new connection to the
database is made you can pass a sub as the C<connected> key to the
C<Callbacks> parameter. See L<DBI/Callbacks> for usage and other available
callbacks.
 
Other attributes may be modified by individual drivers. See the documentation
for the drivers for details:
 
=over
 
=item L<DBIx::Connector::Driver::MSSQL>
 
=item L<DBIx::Connector::Driver::Oracle>



( run in 0.340 second using v1.01-cache-2.11-cpan-2b0bae70ee8 )