Skip to content

Commit

Permalink
Hotfix for issue #21.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Osolovskiy committed Sep 27, 2015
1 parent 6bb9cff commit 901a911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@

<groupId>ftldb</groupId>
<artifactId>ftldb</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 3 additions & 1 deletion src/main/plsql/ftldb_api.pkb
Expand Up @@ -180,7 +180,9 @@ is
l_config_xml xmltype;
begin
execute immediate
'call ' || dbms_assert.sql_object_name(in_config_func_name) || '() into :1'
'begin' ||
' :1 := ' || dbms_assert.sql_object_name(in_config_func_name) || '(); ' ||
'end;'
using out l_config_xml;

init(l_config_xml);
Expand Down

0 comments on commit 901a911

Please sign in to comment.