mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b2733f6052
commit
cd509fc995
@ -65,7 +65,7 @@ class LibraryDatabase(object):
|
||||
cache.init()
|
||||
self.data = View(cache)
|
||||
self.id = self.data.index_to_id
|
||||
self.row = self.index = self.data.id_to_index
|
||||
self.row = self.data.id_to_index
|
||||
for x in ('get_property', 'count', 'refresh_ids', 'set_marked_ids',
|
||||
'multisort', 'search', 'search_getting_ids'):
|
||||
setattr(self, x, getattr(self.data, x))
|
||||
|
@ -397,7 +397,7 @@ class LegacyTest(BaseTest):
|
||||
# Internal API
|
||||
'clean_user_categories', 'cleanup_tags', 'books_list_filter', 'conn', 'connect', 'construct_file_name',
|
||||
'construct_path_name', 'clear_dirtied', 'initialize_database', 'initialize_dynamic',
|
||||
'run_import_plugins', 'vacuum', 'set_path', 'row', 'row_factory', 'rows', 'rmtree', 'series_index_pat',
|
||||
'run_import_plugins', 'vacuum', 'set_path', 'row_factory', 'rows', 'rmtree', 'series_index_pat',
|
||||
'import_old_database', 'dirtied_lock', 'dirtied_cache', 'dirty_books_referencing',
|
||||
'windows_check_if_files_in_use', 'get_metadata_for_dump', 'get_a_dirtied_book', 'dirtied_sequence',
|
||||
'format_filename_cache', 'format_metadata_cache', 'filter', 'create_version1', 'normpath', 'custom_data_adapters',
|
||||
|
Loading…
x
Reference in New Issue
Block a user