Add support for using preparedStatement wth 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
 Assigned to: Stephane Giron 
     Fix For: Sequoia 2.11


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

Reply via email to