v2.14.1
Bug Fixes
-
[Repo] Prevent logging SQL queries by correctly handling default opts
The query dispatch call included opts in the args list, rather than separately. That passed options to
Repo.query
correctly, but it missed any default options such aslog: false
, which made for noisy development logs.