forked from hkkenneth/turbo-laser
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Feature] Support arbitrary parameter for SQL INSERT statement for jdbc_out #14
Comments
hkkenneth
added a commit
that referenced
this issue
Mar 9, 2017
hkkenneth
added a commit
that referenced
this issue
Mar 9, 2017
hkkenneth
added a commit
that referenced
this issue
Apr 11, 2017
…fers to non-existing param. Add skip listener for logging
hkkenneth
added a commit
that referenced
this issue
Apr 20, 2017
This issue was moved to CogStack/CogStack-Pipeline#24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the parameter template is supported by
BeanPropertyItemSqlParameterSourceProvider
. Sometimes we want to write something other thanDocument
object's bean property to the database.Most information generated by the pipeline is stored at
Document
'sHashMap<String,Object> associativeArray
. Being able to use SQL parameter from this map would be great.The text was updated successfully, but these errors were encountered: