mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
use std::size_t in Data interfaces (may break some code on 64-bit platforms)
This commit is contained in:
@@ -120,7 +120,7 @@ void SQLChannel::logAsync(const Message& msg)
|
||||
{
|
||||
if (!_pSession || !_pSession->isConnected()) open();
|
||||
|
||||
Statement::ResultType ret = wait();
|
||||
std::size_t ret = wait();
|
||||
if (0 == ret && !_pLogStatement->done() && !_pLogStatement->initialized())
|
||||
{
|
||||
if (_throw)
|
||||
|
||||
Reference in New Issue
Block a user