8
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CHANGELOG update and reverted unusual test c3p0.properties More... about 13 years ago
CHANGELOG update and reverted unusual test c3p0.properties More... about 13 years ago
Previous commit, which took idle Connection checks as not requiring Connections to be marked in use at the Statement cache, was not correct. Even idle Connections have cached Statements, and should not be checked at the same time a those Statements are being manipulated by the cache. Idle Connection checks now mark Connections in use with the Statement cache prior to performing their test. More... about 13 years ago
Previous commit, which took idle Connection checks as not requiring Connections to be marked in use at the Statement cache, was not correct. Even idle Connections have cached Statements, and should not be checked at the same time a those Statements are being manipulated by the cache. Idle Connection checks now mark Connections in use with the Statement cache prior to performing their test. More... about 13 years ago
modified so that assertion no longer demands Connections be marked 'in use' when they are undergoing the resource pool's idle test. More... about 13 years ago
modified so that assertion no longer demands Connections be marked 'in use' when they are undergoing the resource pool's idle test. More... about 13 years ago
Very small tweaks to HTML docs. More... about 13 years ago
Very small tweaks to HTML docs. More... about 13 years ago
Updated CHANGELOG and documentation. (Also made small changes to the build to support doc updates.) More... about 13 years ago
Updated CHANGELOG and documentation. (Also made small changes to the build to support doc updates.) More... about 13 years ago
Made an ant task to update version and copyright year in place in source headers. Used it to update version to 0.9.2-pre2 More... about 13 years ago
Made an ant task to update version and copyright year in place in source headers. Used it to update version to 0.9.2-pre2 More... about 13 years ago
Hopefully I have this right now: ResultSets are now automatically closed and their proxies dereferenced as soon as parent Statements are closed, rather than waiting for the parent Connection to close as we did before. Thanks to jo-hennig and soronthar for calling attention to this issue. More... about 13 years ago
Hopefully I have this right now: ResultSets are now automatically closed and their proxies dereferenced as soon as parent Statements are closed, rather than waiting for the parent Connection to close as we did before. Thanks to jo-hennig and soronthar for calling attention to this issue. More... about 13 years ago
ResultSets are now automatically closed and their proxies dereferenced as soon as parent Statements are closed, rather than waiting for the parent Connection to close as we did before. Thanks to jo-hennig and soronthar for calling attention to this issue. More... about 13 years ago
ResultSets are now automatically closed and their proxies dereferenced as soon as parent Statements are closed, rather than waiting for the parent Connection to close as we did before. Thanks to jo-hennig and soronthar for calling attention to this issue. More... about 13 years ago
When a ProxyConnection is marked closed, we now fire a connection closed event even if an Exception occurred during cleanup, to be sure that proxies detach. We still fire a connectionErrorOccurred prior to connectionClosed, so that listeners (especially C3P0PooledConnectionPool) can invalidate the can't-be-cleaned-up PooledConnection. More... about 13 years ago
When a ProxyConnection is marked closed, we now fire a connection closed event even if an Exception occurred during cleanup, to be sure that proxies detach. We still fire a connectionErrorOccurred prior to connectionClosed, so that listeners (especially C3P0PooledConnectionPool) can invalidate the can't-be-cleaned-up PooledConnection. More... about 13 years ago
Modified GooGooStatementCache to call clearBatch on PreparedStatement checkin, so that stale batches from prior use of Statements are never visible to new users. Many thanks to David Carr for pointing out the problem and the fix. More... about 13 years ago
Modified GooGooStatementCache to call clearBatch on PreparedStatement checkin, so that stale batches from prior use of Statements are never visible to new users. Many thanks to David Carr for pointing out the problem and the fix. More... about 13 years ago
Merge branch 'master' of github.com:swaldman/c3p0 More... about 13 years ago
Merge branch 'master' of github.com:swaldman/c3p0 More... about 13 years ago
Deleted unwanted intermediate and output files. More... about 13 years ago
Deleted unwanted intermediate and output files. More... about 13 years ago
getWarnings and clearWarnings no longer set the txn_known_resolved flag to false. More... about 13 years ago
getWarnings and clearWarnings no longer set the txn_known_resolved flag to false. More... about 13 years ago
Gave C3P0PooledConnectionPoolManager's timer a name. Thanks to Matt Kusnierz for the suggestion. More... about 13 years ago
Gave C3P0PooledConnectionPoolManager's timer a name. Thanks to Matt Kusnierz for the suggestion. More... about 13 years ago
Fixed an infinite loop that occured when ComboPooledDataSource's toString method, invoked in response to an Exxeption, called getters that themselves potentially throw Exceptions. Many thanks to Svante v. Erichsen for calling attention to this problem and suggesting a fix. More... about 13 years ago
Fixed an infinite loop that occured when ComboPooledDataSource's toString method, invoked in response to an Exxeption, called getters that themselves potentially throw Exceptions. Many thanks to Svante v. Erichsen for calling attention to this problem and suggesting a fix. More... about 13 years ago