1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Yasuo Honda 6a32e8aa72 Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name
This commit adds "TRANSACTION" to savepoint and commit, rollback statements
because none of savepoint statements were removed by #36153 since they are not "SCHEMA" statements.

Although, only savepoint statements can be labeled as "TRANSACTION"
I think all of transaction related method should add this label.

Follow up #36153
2019-05-08 00:21:31 +09:00
..
active_record/connection_adapters
assets
cases Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name 2019-05-08 00:21:31 +09:00
fixtures
migrations
models Namespace association extension modules under the owner model 2019-05-02 13:25:18 +02:00
schema Adds touch option to has_one association 2019-04-25 03:31:34 +09:00
support Remove duplicated protected params definitions 2019-02-24 19:50:53 +09:00
config.example.yml
config.rb