From 9134866ad61c505b98d720bd134dcc18bfd5ba7e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 20 Jul 2013 11:44:36 +0530 Subject: [PATCH] ... --- src/calibre/db/__init__.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/calibre/db/__init__.py b/src/calibre/db/__init__.py index a989e45dce..ec98073776 100644 --- a/src/calibre/db/__init__.py +++ b/src/calibre/db/__init__.py @@ -132,12 +132,9 @@ def get_db_loader(): ''' Various things that require other things before they can be migrated: - 1. From initialize_dynamic(): Also add custom - columns/categories/searches info into - self.field_metadata. - 2. Port library/restore.py, check_library.py and reinit_db() from debug.py - 3. Check that content server reloading on metadata,db change, metadata + 1. Port library/restore.py, check_library.py and reinit_db() from debug.py + 2. Check that content server reloading on metadata,db change, metadata backup, refresh gui on calibredb add and moving libraries all work (check them on windows as well for file locking issues) - 4. Check for mem leaks when switching libraries + 3. Check for mem leaks when switching libraries '''