Jan Viktorin 0cac5dbf73 ODBC: fix uninitialized variable
This prevents valgrind reports like:

==18426== Conditional jump or move depends on uninitialised value(s)
==18426==    at 0x6423EB5: Poco::Data::StatementImpl::execute(bool const&) (in /usr/lib/libPocoDatad.so.46)
==18426==    by 0x641DB5F: Poco::Data::Statement::execute(bool) (in /usr/lib/libPocoDatad.so.46)
==18426==    by 0x632A0C: Poco::Data::Keywords::now(Poco::Data::Statement&) (Statement.h:443)
==18426==    by 0x641C8E5: Poco::Data::Statement::operator,(void (*)(Poco::Data::Statement&)) (in /usr/lib/libPocoDatad.so.46)
...
==18426==  Uninitialised value was created by a stack allocation
==18426==    at 0x6A1A170: Poco::Data::ODBC::ODBCStatementImpl::affectedRowCount() const (in /usr/lib/libPocoDataODBCd.so.46)

Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
2016-11-10 17:49:02 +01:00
..
2016-09-26 19:17:21 +02:00
2016-11-10 17:49:02 +01:00
2016-03-10 19:33:24 -08:00
2016-09-26 19:22:07 +02:00
2016-10-14 12:02:32 +02:00
2012-10-10 18:40:01 +00:00
2012-11-11 09:57:01 +01:00
2012-10-10 18:40:01 +00:00
2012-04-23 01:14:34 +00:00
2015-02-12 21:58:41 -06:00