mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
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:
@ -1,4 +1,4 @@
|
||||
class MiniSqlMultisiteConnection < MiniSql::Connection
|
||||
class MiniSqlMultisiteConnection < MiniSql::Postgres::Connection
|
||||
|
||||
class CustomBuilder < MiniSql::Builder
|
||||
|
||||
|
Reference in New Issue
Block a user