mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
update relationship fields postfix
This commit is contained in:
parent
4f9d35c12a
commit
edabd68be9
7 changed files with 45 additions and 45 deletions
|
|
@ -45,12 +45,12 @@ namespace app::browser::main::tab::page
|
|||
|
||||
static int clean(
|
||||
sqlite3 * db,
|
||||
const int & APP_BROWSER_MAIN_TAB_PAGE__SESSION_ID
|
||||
const int & APP_BROWSER_MAIN_TAB_PAGE__SESSION__ID
|
||||
); // return sqlite3_finalize status code
|
||||
|
||||
static sqlite3_int64 add(
|
||||
sqlite3 * db,
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB_PAGE__SESSION_ID
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB_PAGE__SESSION__ID
|
||||
); // return sqlite3_last_insert_rowid
|
||||
};
|
||||
};
|
||||
|
|
@ -93,7 +93,7 @@ namespace app::browser::main::tab::page
|
|||
);
|
||||
|
||||
int save(
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION_ID
|
||||
const sqlite3_int64 & APP_BROWSER_MAIN_TAB__SESSION__ID
|
||||
);
|
||||
|
||||
void history_add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue