mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix linux compile error
This commit is contained in:
parent
35d762541e
commit
15248a3e56
@ -101,7 +101,7 @@ namespace model {
|
|||||||
select << "SELECT " << "id "
|
select << "SELECT " << "id "
|
||||||
<< " FROM " << getTableName()
|
<< " FROM " << getTableName()
|
||||||
<< " WHERE " << fieldName << " = ?"
|
<< " WHERE " << fieldName << " = ?"
|
||||||
, into(id), Poco::Data::Keywords::useRef(fieldValue);
|
, Poco::Data::Keywords::into(id), Poco::Data::Keywords::useRef(fieldValue);
|
||||||
try {
|
try {
|
||||||
if (select.execute() == 1) {
|
if (select.execute() == 1) {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user