Skip to content

Commit

Permalink
fix uninstall for informix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 20, 2012
1 parent f7682fe commit 9d5326d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@

public class InformixSymmetricDialect extends AbstractSymmetricDialect implements ISymmetricDialect {

static final String SQL_DROP_FUNCTION = "drop function $(defaultSchema)$(functionName)";
static final String SQL_DROP_FUNCTION = "drop function $(defaultSchema).$(functionName)";
static final String SQL_FUNCTION_INSTALLED = "select count(*) from sysprocedures where procname = '$(functionName)' and owner = (select trim(user) from sysmaster:sysdual)" ;

public InformixSymmetricDialect(IParameterService parameterService, IDatabasePlatform platform) {
Expand Down

0 comments on commit 9d5326d

Please sign in to comment.