Skip to content
Snippets Groups Projects
Commit 27ca4890 authored by Cam Saül's avatar Cam Saül
Browse files

Don't try to check if engine is valid before drivers are loaded

parent 7e5b4d7f
Branches
Tags
No related merge requests found
......@@ -306,7 +306,6 @@
(can-connect-with-details? :postgres {:host \"localhost\", :port 5432, ...})"
[engine details-map & [rethrow-exceptions]]
{:pre [(keyword? engine)
(is-engine? engine)
(map? details-map)]}
(let [driver (engine->driver engine)]
(try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment