Very useful

The connect test did not fail when a non-existent database name was used. An error message “”DBD::Sybase – can’t change context to database …” was printed to stderr, but the plugin did not return error status. I suggest adding a call to $dbh->do(“use $dbname”), when a database name is used, after the connect to detect the error.