mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 00:07:59 +02:00
Stored procedures for DB2 & PostgreSQL, StatementImpl::isStoredProcedure() function
This commit is contained in:
@@ -153,7 +153,7 @@ void StatementImpl::compile()
|
||||
compileImpl();
|
||||
_state = ST_COMPILED;
|
||||
|
||||
if (!extractions().size())
|
||||
if (!extractions().size() && !isStoredProcedure())
|
||||
{
|
||||
Poco::UInt32 cols = columnsReturned();
|
||||
if (cols) makeExtractors(cols);
|
||||
|
Reference in New Issue
Block a user