Commit Graph

2094 Commits (877025fb879c0d6911ddc5b12770a61f3dbe3d86)
 

Author SHA1 Message Date
Brett Wooldridge 073cab8851 Update rev for RC2 9 years ago
Brett Wooldridge ef91504692 Update README.md 9 years ago
Brett Wooldridge 6320faf414 Fix test logging output. 9 years ago
Brett Wooldridge 725c218c9a Merge branch 'dev' 9 years ago
Brett Wooldridge 37b96f1ed9 Fixes #465 fix apparent leak of one connection leak at startup when minimumIdle=0 ... the connection is not leaked, but the ProxyLeakTask was not cancelled. 9 years ago
Brett Wooldridge 755f2da615 Merge pull request #463 from nitincchauhan/dev
cleanup
9 years ago
Nitin 01d30f36ed unit test fails for static 9 years ago
Nitin e4510974a8 cleanup 9 years ago
Brett Wooldridge d8db5d8d0b Removed, this issue only affect the 2.3.x branch. 9 years ago
Brett Wooldridge 3a23e0c2af Merge pull request #461 from nitincchauhan/dev
version update (someone else's pull request on same was old and lost)
9 years ago
Nitin 76b2cec207 version update (someone else's pull request on same was old and lost) 9 years ago
Brett Wooldridge b3d1694891 Merge pull request #460 from nitincchauhan/dev
commit initSql if isIsolateInternalQueries is also true
9 years ago
Nitin 792374ecba commit initSql if isIsolateInternalQueries is also true 9 years ago
Brett Wooldridge d1f26a9346 Merge pull request #459 from nitincchauhan/dev
removed check (claimed != null) from hotpath
9 years ago
Nitin 81a784fb68 static import 9 years ago
Nitin 5ac346be79 removed check (claimed != null) from hotpath 9 years ago
Brett Wooldridge aa06e6d26d Disabling still broken test. Maybe a rewrite is called for. 9 years ago
Brett Wooldridge 5b0336255d Disabling still broken test. Maybe a rewrite is called for. 9 years ago
Brett Wooldridge 4d54c8f1d5 Update change log. Try re-enabling TestConnectionCloseBlocking test. 9 years ago
Brett Wooldridge cfe7a9c689 Update dependencies. 9 years ago
Brett Wooldridge f9d4f0dc3c Merge pull request #454 from nitincchauhan/dev
calling closedconnection.close() should not throw exception.
9 years ago
Nitin 0291741501 indentation 9 years ago
Nitin 12dbecd859 close should throw exception 9 years ago
Brett Wooldridge d61b9c524d Disable until it can be reproduced locally. 9 years ago
Brett Wooldridge e511d930fc Very strange that I cannot get this test to fail locally ... likely a speed difference with travis-ci. 9 years ago
Brett Wooldridge fa2c4aff3c Don't reassign delegate until after eviction. 9 years ago
Brett Wooldridge 686926241f Fix broken test. 9 years ago
Brett Wooldridge a6f2534f4a Merge pull request #458 from brettwooldridge/experimental
Fixes #452 fixed race condition in the add-connection path
9 years ago
Brett Wooldridge 33138b18f7 Fixes #452 fixed race condition in the add-connection path. 9 years ago
Brett Wooldridge eee453a873 Merge branch 'dev' into experimental 9 years ago
Nitin 11808e521c unused import 9 years ago
Nitin 17b7f00eb1 removed redundant call 9 years ago
Nitin 4186e325b7 do not reset catalog to null 9 years ago
Nitin 4f467b3d37 calling closedconnection.close() should not throw exception. 9 years ago
Brett Wooldridge 514d062853 Merge pull request #453 from nitincchauhan/dev
remove method calls from hot path and sleep in smaller steps
9 years ago
Brett Wooldridge ce71aa8dc7 Unit test for issue #451 9 years ago
Nitin 3218166f7d remove method calls from hot path and sleep in smaller steps 9 years ago
Brett Wooldridge 316629b72f Merge pull request #450 from nitincchauhan/dev
init 'other' vars too for proxy connection
9 years ago
Nitin 8c509f3837 calling methods back and forth is past for good :) 9 years ago
Nitin 216b3c0ac4 setting only readonly and autocommit 9 years ago
Nitin bcde774078 check readonly on rollback 9 years ago
Nitin 10b0547ab7 comment corrected 9 years ago
Nitin 63c0fcb893 removed unused method 9 years ago
Nitin b7c32b2bb2 Merge remote-tracking branch 'brett/dev' into dev 9 years ago
Nitin 87fa34af15 init 'other' vars too for proxy connection 9 years ago
Brett Wooldridge ba4b600db0 Merge pull request #449 from nitincchauhan/dev
final
9 years ago
Nitin 3bf2525262 Merge remote-tracking branch 'brett/dev' into dev 9 years ago
Brett Wooldridge e74639c418 Fix bug uncovered during live DB testing. If the database is autoCommit=true we were trying to rollback because ProxyConnection.isAutoCommit was never initialized to true. 9 years ago
Nitin dcd8fdb3a9 final 9 years ago
Brett Wooldridge 476180b0bc Merge pull request #448 from nitincchauhan/dev
using Throwable, better for backport too
9 years ago