Mon, 27 May 2013 13:51:35 +0200Close EADS-3585 branch EADS-3585
chrislovsund@netbeans.org [Mon, 27 May 2013 13:51:35 +0200] rev 410
Close EADS-3585 branch

Mon, 27 May 2013 13:46:21 +0200EADS-3585 - As a database developer I want to easier see what connection I am working with from so that I can develop more reliably EADS-3585
chrislovsund@netbeans.org [Mon, 27 May 2013 13:46:21 +0200] rev 409
EADS-3585 - As a database developer I want to easier see what connection I am working with from so that I can develop more reliably
- PlsqlExecuteAction now uses new implementation of PlsqlFileExecutor.
- when using main/template connection, user will get one connection from pool for each editor window
- now using same IO for both execution action and for transaction actions (commit and rollback)

Thu, 23 May 2013 14:23:18 +0200EADS-3597 - use NB way of showing connections instead EADS-3585
chrislovsund@netbeans.org [Thu, 23 May 2013 14:23:18 +0200] rev 408
EADS-3597 - use NB way of showing connections instead
added new executor to lookup of DataObject, to access connection.
added JComboBox with projects connections (instead of add in to execute DropDownButton
changed PlsqlExecuteAction to use new executor
todo: debug is no longer working

Wed, 22 May 2013 16:22:11 +0530Deploy Selection in PL/SQL files seems to be broken
Subhashini Sooriarachchi <subslk@netbeans.org> [Wed, 22 May 2013 16:22:11 +0530] rev 407
Deploy Selection in PL/SQL files seems to be broken

Tue, 21 May 2013 12:45:08 +0200automated commit from jenkins-plsql-support-127 with http://gbglcrd10:8080/job/plsql-support/
chrislovsund@netbeans.org [Tue, 21 May 2013 12:45:08 +0200] rev 406
automated commit from jenkins-plsql-support-127 with http://gbglcrd10:8080/job/plsql-support/

Mon, 20 May 2013 13:13:42 +0530Select statements that contains CASE statements don't execute
Subhashini Sooriarachchi <subslk@netbeans.org> [Mon, 20 May 2013 13:13:42 +0530] rev 405
Select statements that contains CASE statements don't execute

Fri, 17 May 2013 15:31:50 +0200fixed tests to make Jenkins job pass
chrislovsund@netbeans.org [Fri, 17 May 2013 15:31:50 +0200] rev 404
fixed tests to make Jenkins job pass
EADS-3496 - Select statements that contains CASE statements don't execute

Fri, 17 May 2013 15:27:48 +0200increased RequestProcessor throughput, could not notice any side effects
chrislovsund@netbeans.org [Fri, 17 May 2013 15:27:48 +0200] rev 403
increased RequestProcessor throughput, could not notice any side effects
EADS-3700 - Not able to execute more than one thing at the time

Fri, 17 May 2013 15:22:34 +0200will check for open session when deciding if a transaction is open or not. instead of just looking in the executed code to see if some DML commands are used.
chrislovsund@netbeans.org [Fri, 17 May 2013 15:22:34 +0200] rev 402
will check for open session when deciding if a transaction is open or not. instead of just looking in the executed code to see if some DML commands are used.
some refactoring done, more needed.
EADS-3602 - Transaction buttons does not get enabled when executing code that should leave transaction open/pending

Fri, 17 May 2013 12:53:09 +0530Removed changers from - Select statements that contains CASE statements don't execute
Subhashini Sooriarachchi <subslk@netbeans.org> [Fri, 17 May 2013 12:53:09 +0530] rev 401
Removed changers from - Select statements that contains CASE statements don't execute