Skip to content

Commit

Permalink
Add AbstractMysqlAdapter to activerecord tracer
Browse files Browse the repository at this point in the history
AbstractMysqlAdapter was introduced in activerecord v3.2.0,
so add also AbstractMysqlAdapter to support v3.2.0 or later.
cf. rails/rails@5766539
  • Loading branch information
abicky committed Jan 3, 2019
1 parent ebb79cd commit 1705fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracers/activerecord.tracer
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter#execute(sql)
ActiveRecord::ConnectionAdapters::MysqlAdapter#execute(sql)
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter#execute(sql)
ActiveRecord::ConnectionAdapters::SQLiteAdapter#execute(sql)

0 comments on commit 1705fb8

Please sign in to comment.