ateliware / triplex

Database multitenancy for Elixir applications!
MIT License
465 stars 47 forks source link

Fix compilation error when specific adapter is not included #64

Closed vanetix closed 5 years ago

vanetix commented 5 years ago

I was getting an error when compiling a dependent project that only has postgrex as a dependency, due to the error struct pattern matching. I removed this logic in favor of Exception.message/1.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.002%) to 99.505% when pulling f4db93cb90f7fd8eb7d655a40fab0aa60ea04299 on vanetix:fix/remove-adapter-structs into 3f768a16200f242a954419d25aed3a264ff4fa1c on ateliware:master.

kelvinst commented 5 years ago

PS.: the coverage went down because the overall line quantity went down. So we can merge and release a new rc for it.

kelvinst commented 5 years ago

This fixes #65

vanetix commented 5 years ago

Just wanted to say thanks for all the work on Triplex! Its made my life much easier. 👍