Live data from Hacker News

Ruby on Rails and SQLite3: fix for silent data loss on column rename or removal

github.com

1–3 of 3 posts

Re: Ruby on Rails and SQLite3: fix for silent data loss on column rename or removal

#2
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.

Re: Ruby on Rails and SQLite3: fix for silent data loss on column rename or removal

#3
post #2

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.

added monkey patch that works with 8.1.2 https://github.com/rails/rails/pull/57128#:~:text=Update%202...