[ https://forge.continuent.org/jira/browse/SEQUOIA-803?page=all ] Mathieu Peltier closed SEQUOIA-803: -----------------------------------
(Visible to emicnetworks) > Add support for using preparedStatement with strings containing ' and ? > characters > ---------------------------------------------------------------------------------- > > Key: SEQUOIA-803 > URL: https://forge.continuent.org/jira/browse/SEQUOIA-803 > Project: Sequoia > Type: Improvement > Versions: Sequoia 2.10 > Reporter: Stephane Giron > Assignee: Mathieu Peltier > Fix For: Sequoia 2.10.2, Sequoia 3.0 beta1 > > > If such statement as pstmt = conn.prepareStatement("insert into foo values > ('Don\\'t do that, are you crazy?')") is used against Sequoia, it will > complain about parameters that are not provided. > The way that sequoia counts parameter is based on ' and ", but does not not > take into account escaping character (\\) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://forge.continuent.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
