mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-23 10:36:37 +01:00
fix compile errors
This commit is contained in:
parent
03e07f3d97
commit
6e6e3952e2
@ -16,7 +16,7 @@
|
||||
#include "Poco/Data/LOB.h"
|
||||
#include "Poco/Data/Statement.h"
|
||||
#include "Poco/Data/RecordSet.h"
|
||||
#include "Poco/Data/Rowfilter.h"
|
||||
#include "Poco/Data/RowFilter.h"
|
||||
#include "Poco/Data/JSONRowFormatter.h"
|
||||
#include "Poco/Data/SQLChannel.h"
|
||||
#include "Poco/Data/SessionFactory.h"
|
||||
|
@ -96,8 +96,7 @@ public:
|
||||
Statement((rSession << query, Keywords::now)),
|
||||
_currentRow(0),
|
||||
_pBegin(new RowIterator(this, 0 == rowsExtracted())),
|
||||
_pEnd(new RowIterator(this, true)),
|
||||
_totalRowCount(UNKNOWN_TOTAL_ROW_COUNT)
|
||||
_pEnd(new RowIterator(this, true))
|
||||
/// Creates the RecordSet.
|
||||
{
|
||||
setRowFormatter(Keywords::format(rowFormatter));
|
||||
|
Loading…
x
Reference in New Issue
Block a user