Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
fix typo in oracle-upgrade-1.6.0.sql, causing ORA-06512
Browse files Browse the repository at this point in the history
refs #1954
  • Loading branch information
Michael Friedrich committed Nov 16, 2011
1 parent de3e6ea commit 515b200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/idoutils/db/oracle/upgrade/oracle-upgrade-1.6.0.sql
Expand Up @@ -161,7 +161,7 @@ BEGIN
|| p_id
|| ' AND '
|| p_field_name
|| '<unixts2ilocalts('
|| '<unixts2localts('
|| p_time
|| ')';
EXECUTE IMMEDIATE v_stmt_str;
Expand Down

0 comments on commit 515b200

Please sign in to comment.