execInt: rethrow if no_rows, so callers can handle it
Tá an tiomantas seo le fáil i:
tuismitheoir
538d9e8b2d
tiomantas
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);
|
||||
|
Á lódáil...
x
Tagairt in Eagrán Nua
Cuir bac ar úsáideoir