Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 792 Bytes

CHANGELOG.md

File metadata and controls

14 lines (12 loc) · 792 Bytes

0.4.0

  • change NotificationListener to ignore queries to INFORMATION_SCHEMA
  • change NotificationListener to not ignore queries with an empty identifier, for example, when running with ActiveRecord::Base.connection.execute

0.3.0

  • add support for PostgreSQL (unfortunately all results are uncertain)
  • add support for Ruby >= 2.5 and Activerecord >= 4
  • sort lines in the HTML report by certainity_level, identifier, query
  • improve the query analyser to not analyse a query again if a similar query was analysed before with a prepared statement (Postgres use prepared statements by default)
  • improve the logic to detect if a query was fired from a test file or not
  • remove the auto require for the module TestHelpers

0.2.0

  • Improve RSpec matcher to cache EXPLAIN results