From 93f19071ad9d337a9f6f2fc9278c33e05597951d Mon Sep 17 00:00:00 2001 From: Gannon McGibbon Date: Wed, 5 Dec 2018 10:52:17 -0500 Subject: Fix join table column quoting with SQLite. --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 587831f1bb..6f2b49c428 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Fix join table column quoting with SQLite. + + *Gannon McGibbon* + * Allow disabling scopes generated by `ActiveRecord.enum`. *Alfred Dominic* -- cgit v1.2.3