We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/sql/SQLQueryUtils.java
Line 498 in f686eec
The text was updated successfully, but these errors were encountered:
Maybe with attr_native_types = false is reducing inpact
Sorry, something went wrong.
import org.apache.commons.lang.StringEscapeUtils; String escapedSQL = StringEscapeUtils.escapeSql(unescapedSQL);
Fixed by PR #2128
No branches or pull requests
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/sql/SQLQueryUtils.java
Line 498 in f686eec
The text was updated successfully, but these errors were encountered: