rbeckman-nextgen / test-mc3

0 stars 0 forks source link

SQL comments should be ignored for the database connectors #3087

Open rbeckman-nextgen opened 4 years ago

rbeckman-nextgen commented 4 years ago

On the client side, comments are not ignored when parsing out the result map variables for the Database Reader. This may cause the variables shown in the Post-Process SQL section to be incorrect, and may also cause the auto-generated inbound template to be incorrect.

On the server side, comments are not ignored when extracting parameters for later setObject calls. This may cause "Invalid column index" exceptions when the statement actually gets executed.

Imported Issue. Original Details: Jira Issue Key: MIRTH-3195 Reporter: narupley Created: 2014-03-19T12:42:33.000-0700

rbeckman-nextgen commented 4 years ago

This is a major bug, not a minor bug.

Imported Comment. Original Details: Author: stickybandit Created: 2014-07-28T08:46:20.000-0700