From 86d3f251c802575fa1414a10f2981566002c19d4 Mon Sep 17 00:00:00 2001 From: Martin Schuster Date: Tue, 4 Jun 2019 15:47:21 +0200 Subject: Fix sqlite3 collation parsing when using decimal columns. If an sqlite3 table contains a decimal column behind columns with a collation definition, then parsing the collation of all preceeding columns will fail -- the collation will be missed without notice. --- 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 6f08b1b8fe..7cc9ee92c2 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Fix sqlite3 collation parsing when using decimal columns. + + *Martin R. Schuster* + * Fix invalid schema when primary key column has a comment Fixes #29966 -- cgit v1.2.3