[ 
https://issues.apache.org/jira/browse/SOLR-9017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250639#comment-15250639
 ] 

Kevin Risden commented on SOLR-9017:
------------------------------------

Some of the references I've been using to understand PreparedStatement usage 
and implementation:
* https://docs.oracle.com/javase/tutorial/jdbc/basics/prepared.html
* https://docs.oracle.com/javase/8/docs/api/java/sql/PreparedStatement.html
* https://www.owasp.org/index.php/Query_Parameterization_Cheat_Sheet

Should probably look at how MySQL does it.

> Implement PreparedStatementImpl parameterization
> ------------------------------------------------
>
>                 Key: SOLR-9017
>                 URL: https://issues.apache.org/jira/browse/SOLR-9017
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrJ
>    Affects Versions: master
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>         Attachments: SOLR-9017.patch
>
>
> SOLR-8809 implemented prepared statements to avoid a NPE when clients were 
> connecting. The next step is to flesh out the rest of the class and implement 
> parameterization. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to