Handle missing DBs in connect_to_db?
This ensures CurrentSettings#connect_to_db? returns "false" in the event of a database not existing, instead of raising an error.
Showing
Please register or sign in to comment
This ensures CurrentSettings#connect_to_db? returns "false" in the event of a database not existing, instead of raising an error.