mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
fixed POCO_SQLITE_INV_ROW_CNT initialization
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Data {
|
|||||||
namespace SQLite {
|
namespace SQLite {
|
||||||
|
|
||||||
|
|
||||||
const int SQLiteStatementImpl::POCO_SQLITE_INV_ROW_CNT = std::numeric_limits<std::size_t>::max();
|
const int SQLiteStatementImpl::POCO_SQLITE_INV_ROW_CNT = -1;
|
||||||
|
|
||||||
|
|
||||||
SQLiteStatementImpl::SQLiteStatementImpl(Poco::Data::SessionImpl& rSession, sqlite3* pDB):
|
SQLiteStatementImpl::SQLiteStatementImpl(Poco::Data::SessionImpl& rSession, sqlite3* pDB):
|
||||||
|
|||||||
Reference in New Issue
Block a user