execInt: rethrow if no_rows, so callers can handle it
このコミットが含まれているのは:
コミット
6aadd43ff4
@ -44,6 +44,10 @@ int SqliteDao::execInt(sqlite::database_binder &binder) const
|
||||
binder >> result;
|
||||
return result;
|
||||
}
|
||||
catch(sqlite::exceptions::no_rows &e)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
catch(sqlite::sqlite_exception &e)
|
||||
{
|
||||
throwFrom(e);
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする