methods eq() from finder can have now a table name

This commit is contained in:
2021-05-13 19:33:19 +02:00
parent 6d07535dad
commit 4df10de6b7
10 changed files with 11 additions and 10 deletions

View File

@@ -120,7 +120,7 @@ void ShowThreads::ReadFiles()
where().
eq(L"parent_id", cur->request->dir_tab.back()->id).
eq(L"type", static_cast<int>(Item::file)).
eq(L"content.file_type", WINIX_ITEM_FILETYPE_NONE).
eq(L"content", L"file_type", WINIX_ITEM_FILETYPE_NONE).
get_vector();
//db->GetItems(thread_info->item_tab, iq);