Skip to content

Commit

Permalink
Fixed CORE-4126 - gbak -r fails in restoring all stored procedures/fu…
Browse files Browse the repository at this point in the history
…nctions in packages.
  • Loading branch information
asfernandes committed Jun 23, 2013
1 parent 07ba92d commit 169a645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dsql/PackageNodes.epp
Expand Up @@ -759,6 +759,7 @@ DdlNode* CreatePackageBodyNode::dsqlPass(DsqlCompilerScratch* dsqlScratch)
dsqlScratch->getTransaction(), itemStatement);

itemScratch->clientDialect = dsqlScratch->clientDialect;
itemScratch->flags |= DsqlCompilerScratch::FLAG_DDL;
itemScratch->package = name;

switch ((*arrays[i])[j].type)
Expand Down

0 comments on commit 169a645

Please sign in to comment.