NPE when calling getMoreResults() after a statement is mapped to a JDBC call
----------------------------------------------------------------------------

         Key: SEQUOIA-1010
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-1010
     Project: Sequoia
        Type: Bug

  Components: JDBC Driver  
    Versions: sequoia 2.10.10, Sequoia 2.10.9    
    Reporter: Stephane Giron
 Assigned to: Stephane Giron 
     Fix For: sequoia 2.10.11


After calling statement.execute("BEGIN;"), the next call to getMoreResults() 
will throw a NPE :

java.lang.NullPointerException
        at 
org.continuent.sequoia.driver.Statement.getMoreResults(Statement.java:950)
        at 
org.continuent.sequoia.driver.Statement.getMoreResults(Statement.java:666)


-- 
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