diff options
author | Eugene Kenny <elkenny@gmail.com> | 2017-01-15 01:06:46 +0000 |
---|---|---|
committer | Eugene Kenny <elkenny@gmail.com> | 2017-01-15 01:06:46 +0000 |
commit | afa2da6456c0e33c1c31dbbcee66f72fd8f32005 (patch) | |
tree | 5918203a6d02b9fca8bf62af44186d0816252914 /activerecord/lib/active_record/attribute | |
parent | aaece61a53dc943ac0e4b696c39ba61f46b7c7a3 (diff) | |
download | rails-afa2da6456c0e33c1c31dbbcee66f72fd8f32005.tar.gz rails-afa2da6456c0e33c1c31dbbcee66f72fd8f32005.tar.bz2 rails-afa2da6456c0e33c1c31dbbcee66f72fd8f32005.zip |
Add test for update_counters with empty touch
This is a regression test for a fix included in
https://github.com/rails/rails/commit/bad9bfbea6d6af9dc28583e08a49492668087393.
Without that change, this test would fail with:
ActiveRecord::StatementInvalid: SQLite3::SQLException: near "WHERE": syntax error: UPDATE "topics" SET "replies_count" = COALESCE("replies_count", 0) - 1, WHERE "topics"."id" = ?
Diffstat (limited to 'activerecord/lib/active_record/attribute')
0 files changed, 0 insertions, 0 deletions