ODBC dictionary source: development [#METR-19470].

This commit is contained in:
Alexey Milovidov 2016-04-10 14:08:04 +03:00
parent b3125ad74e
commit 830b55bdc6

View File

@ -36,7 +36,7 @@ public:
const std::size_t max_block_size)
:
session{session},
statement{this->session << query_str},
statement{(this->session << query_str, Poco::Data::Keywords::now)},
result{statement},
iterator{result.begin()},
max_block_size{max_block_size}