openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
c3p0:JDBC DataSources/Resource Pools
Settings
|
Report Duplicate
8
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 07, 2024 — Jun 07, 2025
Showing page 17 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
CHANGELOG update and reverted unusual test c3p0.properties
Steve Waldman
More...
about 13 years ago
CHANGELOG update and reverted unusual test c3p0.properties
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
More...
about 13 years ago
Very small tweaks to HTML docs.
Steve Waldman
More...
about 13 years ago
Very small tweaks to HTML docs.
Steve Waldman
More...
about 13 years ago
Updated CHANGELOG and documentation. (Also made small changes to the build to support doc updates.)
Steve Waldman
More...
about 13 years ago
Updated CHANGELOG and documentation. (Also made small changes to the build to support doc updates.)
Steve Waldman
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
Steve Waldman
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
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
More...
about 13 years ago
Merge branch 'master' of github.com:swaldman/c3p0
Steve Waldman
More...
about 13 years ago
Merge branch 'master' of github.com:swaldman/c3p0
Steve Waldman
More...
about 13 years ago
Deleted unwanted intermediate and output files.
Steve Waldman
More...
about 13 years ago
Deleted unwanted intermediate and output files.
Steve Waldman
More...
about 13 years ago
getWarnings and clearWarnings no longer set the txn_known_resolved flag to false.
Steve Waldman
More...
about 13 years ago
getWarnings and clearWarnings no longer set the txn_known_resolved flag to false.
Steve Waldman
More...
about 13 years ago
Gave C3P0PooledConnectionPoolManager's timer a name. Thanks to Matt Kusnierz for the suggestion.
Steve Waldman
More...
about 13 years ago
Gave C3P0PooledConnectionPoolManager's timer a name. Thanks to Matt Kusnierz for the suggestion.
Steve Waldman
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.
Steve Waldman
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.
Steve Waldman
More...
about 13 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree