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

Commit

Permalink
idoutils: fix ORA-00913 too many values when MERGE INTO eventhandlers…
Browse files Browse the repository at this point in the history
… #2319

refs #2319

Conflicts:

	Changelog
  • Loading branch information
Michael Friedrich committed Apr 28, 2012
1 parent 6332556 commit dd9a85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog
Expand Up @@ -21,6 +21,7 @@ FIXES
+ classic ui: fixed msdropdown jquery issues with opera #2515

* idoutils: change standard string escaping for postgresql queries to use the E'foo' notation #1974
* idoutils: fix ORA-00913 too many values when MERGE INTO eventhandlers #2319

CHANGES

Expand Down
2 changes: 1 addition & 1 deletion module/idoutils/src/db.c
Expand Up @@ -4712,7 +4712,7 @@ int ido2db_oci_prepared_statement_eventhandlerdata(ido2db_idi *idi) {
"timeout=:X13, early_timeout=:X14, execution_time=:X15, "
"return_code=:X16, output=:X17, long_output=:X18u "
"WHEN NOT MATCHED THEN "
"INSERT (instance_id, eventhandler_type, object_id, "
"INSERT (id, instance_id, eventhandler_type, object_id, "
"state, state_type, start_time, start_time_usec, "
"end_time, end_time_usec, command_object_id, "
"command_args, command_line, "
Expand Down

0 comments on commit dd9a85f

Please sign in to comment.