methods eq() from finder can have now a table name
This commit is contained in:
@@ -98,7 +98,7 @@ void Gallery::MakeGetDir()
|
||||
select().
|
||||
where().
|
||||
eq(L"parent_id", cur->request->dir_tab.back()->id).
|
||||
eq(L"content.file_type", WINIX_ITEM_FILETYPE_IMAGE).
|
||||
eq(L"content", L"file_type", WINIX_ITEM_FILETYPE_IMAGE).
|
||||
get_vector(gallery_info->item_tab);
|
||||
|
||||
//db->GetItems(gallery_info->item_tab, iq);
|
||||
|
||||
Reference in New Issue
Block a user