methods eq() from finder can have now a table name
This commit is contained in:
@@ -122,7 +122,7 @@ void ShowTickets::ReadFiles(long dir_id)
|
||||
where().
|
||||
eq(L"parent_id", dir_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(ticket_info->item_tab);
|
||||
|
||||
//db->GetItems(ticket_info->item_tab, iq);
|
||||
|
Reference in New Issue
Block a user