DBIx-Class
    
    
  
  
  
view release on metacpan or search on metacpan
lib/DBIx/Class/Storage/DBI.pm view on Meta::CPAN
}
=head2 connect_call_datetime_setup
A no-op stub method, provided so that one can always safely supply the
L<connection option|/DBIx::Class specific connection attributes>
 on_connect_call => 'datetime_setup'
This way one does not need to know in advance whether the underlying
storage requires any sort of hand-holding when dealing with calendar
data.
=cut
sub connect_call_datetime_setup { 1 }
sub _do_query {
  my ($self, $action) = @_;
  if (ref $action eq 'CODE') {
( run in 0.899 second using v1.01-cache-2.11-cpan-c333fce770f )