Fixed a bug in the transaction manager and add the session management
commitb13cc0e786addc95d9f0b604691c2120d5bbd00d
authorjeongjaehong <jeongjaehong@gmail.com>
Mon, 11 Nov 2013 04:56:33 +0000 (11 13:56 +0900)
committerjeongjaehong <jeongjaehong@gmail.com>
Mon, 11 Nov 2013 04:56:33 +0000 (11 13:56 +0900)
tree5d3b0bd7d0010cd6a4856a9c542c3809318164c7
parentbe0930a2439ad9a0d783f771bdc1f83ef61e79a1
Fixed a bug in the transaction manager and add the session management
features of Oracle.
   - Displays a list of sessions of Oracle , Are you sure you want to
terminate the process , reference is made to the running query .
   - In connection management module , AutoCommit is fixing problems
that returns another connection when you connect as a different user in
the same database when false.
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/manager/TadpoleSQLTransactionManager.java
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/query/OracleSQL.xml
com.hangum.tadpole.commons.sql/src/com/hangum/tadpole/engine/transaction/DBCPConnectionManager.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/actions/admin/SessionListAction.java
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/dbinfos/dbinfos.class.diagram.png
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/dbinfos/dbinfos.class.diagram.ucls
com.hangum.tadpole.rdb.core/src/com/hangum/tadpole/rdb/core/editors/sessionlist/SessionListEditor.java