#convenient method to retrieve the schema_build version for the database being used
sub _get_schema_build{
...
...
@@ -994,6 +995,14 @@ sub disconnect_when_inactive{
$self->dbc->disconnect_when_inactive(@args);
}
sub reconnect_when_lost{
my($self,@args)=@_;
deprecate("reconnect_when_lost Should no longer be called from the DBAdaptor. DBConnection should now be used OR preferably the object adaptor itself\n");