diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-08 01:28:23 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-08 08:59:41 -0200 |
commit | 77516a712b5f10d14727d807697272b4607db7bc (patch) | |
tree | 1ace3b63b589af24e17852a1261d7e7cfd96f891 /actionmailer | |
parent | de21da5048e426955b61f99ae71d37d5a9178d68 (diff) | |
download | rails-77516a712b5f10d14727d807697272b4607db7bc.tar.gz rails-77516a712b5f10d14727d807697272b4607db7bc.tar.bz2 rails-77516a712b5f10d14727d807697272b4607db7bc.zip |
Ignore binds payload with nil column in AR log subscriber
Some tests were raising the following error:
Could not log "sql.active_record" event. NoMethodError: undefined method
`type' for nil:NilClass`
Due to the way binds were being logged, the column info was considered
always present, but that is not true for some of the tests listed in the
issue.
Closes #8806.
Diffstat (limited to 'actionmailer')
0 files changed, 0 insertions, 0 deletions