Hacker News new | ask | show | jobs
Ruby on Rails and SQLite3: fix for silent data loss on column rename or removal (github.com)
4 points by eummm 78 days ago
1 comments

SQLite3 is awesome but turned out if you create a new RoR application with table and child table with child records and then rename or remove a column then all child records are deleted. This issue is currently present in both 8.1.3 release and edge versions.