Sha256: 523ec6916596e9e9c9d53975eed4d79b587e22d4f77c5c43631366e5eee7afb6

Contents?: true

Size: 862 Bytes

Versions: 1

Compression:

Stored size: 862 Bytes

Contents

## 0.4.1
* Fix issue with missing identifier from ActiveRecord (#21)

## 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wt_activerecord_index_spy-0.4.1 CHANGELOG.md