File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -551,9 +551,9 @@ TODO:
551551 - [x] schema load
552552 - if first thread loads the schema and inserts data, can the second thread accidentally drop/load causing data loss?
553553 - [ ] destroy
554- - should delete the wal and shm files, too
555- - we need to be close existing connections / statements / transactions(?)
554+ - [x] should delete the wal and shm files, too
556555 - relevant adapter code https://github.com/rails/rails/blob/91d456366638ac6c3f6dec38670c8ada5e7c69b1/activerecord/lib/active_record/tasks/sqlite_database_tasks.rb#L23-L26
556+ - [ ] we need to be close existing connections / statements / transactions(?)
557557 - relevant issue/pull-request https://github.com/rails/rails/pull/53893
558558
559559- pruning connections and connection pools
You can’t perform that action at this time.
0 commit comments