aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2018-12-05 10:52:17 -0500
committerGannon McGibbon <gannon.mcgibbon@gmail.com>2018-12-05 11:56:14 -0500
commit93f19071ad9d337a9f6f2fc9278c33e05597951d (patch)
treec946655109e3014b9fd5517fae6af54c32af5c64 /activerecord/CHANGELOG.md
parentd76d8f71c500f7076e1dc5801a222c8bd18466be (diff)
downloadrails-93f19071ad9d337a9f6f2fc9278c33e05597951d.tar.gz
rails-93f19071ad9d337a9f6f2fc9278c33e05597951d.tar.bz2
rails-93f19071ad9d337a9f6f2fc9278c33e05597951d.zip
Fix join table column quoting with SQLite.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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*