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
Statement
this.jdbcTemplate.update( "insert vertex player (name) values :id:(:name);", new MapSqlParameterSource() .addValue("id", someId, Types.VARCHAR) .addValue("name", someName, Types.LONGVARCHAR) )
fails if someName contains new line symbol
someName
The text was updated successfully, but these errors were encountered:
Looking into it
Sorry, something went wrong.
Can you name the file in which this statment is present. I want to work on this
There is no file where this statement is presented, this is an example of use.
No branches or pull requests
Statement
fails if
someName
contains new line symbolThe text was updated successfully, but these errors were encountered: