Skip to content

v2.14.1

Choose a tag to compare

@sorentwo sorentwo released this 17 Feb 18:43

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 as log: false, which made for noisy development logs.