Skip to content

140 db insert #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 7, 2022
Merged

140 db insert #144

merged 11 commits into from
Jun 7, 2022

Conversation

sanagaraj-pivotal
Copy link
Contributor

Addressed Issue 140

" // TODO: payload type might not be always LinkedMultiValueMap please change it to appropriate type \n" +
" // TODO: mule expression language is not converted to java, do it manually. example: #[payload] etc \n" +
" .<LinkedMultiValueMap<String, String>>handle((p, h) -> {\n" +
" jdbcTemplate.execute(\"" + DBCommons.escapeDoubleQuotes(component.getParameterizedQuery()) + "\");\n" +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prevent SQL injection?
Mule db:parameterized-query should result in a PreparedStatement

@fabapp2 fabapp2 merged commit c59554c into spring-projects-experimental:main Jun 7, 2022
@sanagaraj-pivotal sanagaraj-pivotal deleted the 140-db-insert branch June 7, 2022 13:54
@fabapp2 fabapp2 added type: enhancement New feature or request Mule-3.9 labels Sep 23, 2022
@fabapp2 fabapp2 added this to the v0.12.0 milestone Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants