|
|
@ -67,7 +67,7 @@ int Tab::restore() |
|
|
|
{ |
|
|
|
{ |
|
|
|
close_all(); |
|
|
|
close_all(); |
|
|
|
|
|
|
|
|
|
|
|
while (::sqlite3_step(statement) == SQLITE_ROW) |
|
|
|
while (sqlite3_step(statement) == SQLITE_ROW) |
|
|
|
{ |
|
|
|
{ |
|
|
|
const int PAGE_NUMBER = append( |
|
|
|
const int PAGE_NUMBER = append( |
|
|
|
reinterpret_cast<const char*>( |
|
|
|
reinterpret_cast<const char*>( |
|
|
@ -375,7 +375,7 @@ int Tab::DB::SESSION::clean( |
|
|
|
|
|
|
|
|
|
|
|
if (PREPARE_STATUS == SQLITE_OK) |
|
|
|
if (PREPARE_STATUS == SQLITE_OK) |
|
|
|
{ |
|
|
|
{ |
|
|
|
while (::sqlite3_step(statement) == SQLITE_ROW) |
|
|
|
while (sqlite3_step(statement) == SQLITE_ROW) |
|
|
|
{ |
|
|
|
{ |
|
|
|
const int APP_BROWSER_MAIN_TAB__SESSION_ID = sqlite3_column_int( |
|
|
|
const int APP_BROWSER_MAIN_TAB__SESSION_ID = sqlite3_column_int( |
|
|
|
statement, |
|
|
|
statement, |
|
|
|