Open postmodern opened 12 years ago
I was testing the do_mysql adapter under JRuby and noticed that it raised a DataObjects::SQLError exception, instead of the more specific DataObjects::ConnectionError exception class.
DataObjects::SQLError
DataObjects::ConnectionError
I was testing the do_mysql adapter under JRuby and noticed that it raised a
DataObjects::SQLError
exception, instead of the more specificDataObjects::ConnectionError
exception class.