[ 
https://issues.apache.org/jira/browse/PHOENIX-7095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-7095:
---------------------------------
    Release Note: 
Phoenix now implements the Statement.closeOnCompletion() method.
Phoenix now calls Statement.closeOnCompletion() when generating 
DatabaseMetaData resultSets.
Phoenix now correctly calls close() on all Statements when a Connection is 
closed().
Phoenix now closes the open ResultSet on a connection when another statement is 
executed on Statement object.

Note that Phoenix previously did not comply with the JDBC specification, and 
allowed for multiple open ResultSets on the same Statement object.
Application code that dependeded on this bug may need to be rewritten.

  was:
Phoenix now implements the Statement.closeOnCompletion() method.
Phoenix now calls Statement.closeOnCompletion() when generating 
DatabaseMetaData resultSets.
Phoenix now correctly calls close() on all Statements when a Connection is 
closed().
Phoenix now closes the open ResultSet on a connection when another statement is 
executed on Statement object.

Note that Phoenix previously did not comply with the JDBC specification, and 
allowed for multiple open ResultSets on the same Statement object.
Application code that dependeded on this bug may need to rewritten.


> Implement Statement.closeOnCompletion() and fix related close() bugs
> --------------------------------------------------------------------
>
>                 Key: PHOENIX-7095
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-7095
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.2.0, 5.1.3
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>
> Umbrella ticket, so that the three dependent tickets can be fixed in a single 
> commit.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to