FEATURE: mini_sql upgrade

- Fixes deprecation regarding usage of BigDecimal in dev
- Handle edge case where query_hash would clear a non existent result
- Minor perf improvement to query_single

Most important thing though is that we are now on the latest gem
This commit is contained in:
Sam
2019-02-25 16:02:32 +11:00
parent 3aabb9825f
commit 9faf058120
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
class MiniSqlMultisiteConnection < MiniSql::Connection
class MiniSqlMultisiteConnection < MiniSql::Postgres::Connection
class CustomBuilder < MiniSql::Builder