Skip to content
Snippets Groups Projects
Commit c370b60c authored by brinn's avatar brinn
Browse files

[BIS-260] Fix SQL injections for custom queries.

Add support for backward compatible specifications of strings with '${code}' and '{${array}}'.
Add support for simplified specification of PostgreSQL arrays with "=ANY({${myarray}})".
Add support for overriding the parameter type as placeholder metadata like in: ${code::varchar}. This is necessary to get things working for Oracle as the Oracle JDBC driver does not support calling ParameterMetaData.getParameterType().

SVN: 27635
parent 5ea3a7b0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment