This commit is contained in:
einhornimmond 2021-10-15 15:59:52 +02:00
parent 4c732b20e0
commit 80228ef842

View File

@ -171,7 +171,6 @@ namespace model {
<< " WHERE " << fieldName << " = ?"
, Poco::Data::Keywords::into(id), Poco::Data::Keywords::useRef(fieldValue);
try {
auto result = select.execute();
select.execute();
return id != 0;
}