зеркало из https://github.com/nextcloud/desktop.git
OwnSql: Fix numRowsAffected()
This commit is contained in:
Родитель
afd1406e61
Коммит
39d103adf7
|
@ -345,7 +345,7 @@ QString SqlQuery::lastQuery() const
|
|||
|
||||
int SqlQuery::numRowsAffected()
|
||||
{
|
||||
return 1;
|
||||
return sqlite3_changes(_db);
|
||||
}
|
||||
|
||||
void SqlQuery::finish()
|
||||
|
|
Загрузка…
Ссылка в новой задаче