Skip to content

Commit 3ce9b33

Browse files
committed
doc: update GUIDE
for #204
1 parent 514c7fc commit 3ce9b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)