-
- Downloads
[TAP] Finish fixing the transaction management bug.
See the commit bd621842, for the first part of the fix (which actually did not really fixed the problem: connections "idle in transaction" were still in the database ; the connection being inside an opened transaction, it generates lock issues in the database in addition of probably taking some memory resources).
Showing
- src/tap/ADQLExecutor.java 1 addition, 4 deletionssrc/tap/ADQLExecutor.java
- src/tap/config/ConfigurableTAPFactory.java 2 additions, 2 deletionssrc/tap/config/ConfigurableTAPFactory.java
- src/tap/data/ResultSetTableIterator.java 177 additions, 98 deletionssrc/tap/data/ResultSetTableIterator.java
- src/tap/db/DBConnection.java 60 additions, 11 deletionssrc/tap/db/DBConnection.java
- src/tap/db/JDBCConnection.java 106 additions, 45 deletionssrc/tap/db/JDBCConnection.java
Loading
Please register or sign in to comment