1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
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 Remove ignored_sql from SQLCounter by adding "TRANSACTION" to log name 2019-05-08 00:21:31 +09:00
arel Fix sliced IN clauses to be grouped 2019-04-24 13:35:42 +09:00
rails/generators Remove required: true from the model generator template 2019-04-15 20:27:55 +05:30
active_record.rb Refactor Relation#cache_key is moved from CollectionCacheKey#collection_cache_key 2019-04-04 13:18:59 +09:00
arel.rb Fix eager loading polymorphic association with mixed table conditions 2019-02-18 00:41:43 +09:00