Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

22 poolable connections #24

Merged
merged 4 commits into from
Apr 13, 2021
Merged

22 poolable connections #24

merged 4 commits into from
Apr 13, 2021

Conversation

Michael-A-McMahon
Copy link
Member

Changes in this branch allow the Publisher returned by OracleConnectionFactoryImpl.create() to support multiple subscribers, with one connection emitted to each subscriber that subscribes. This behavior has been verified as being the correct implementation of this SPI method; The existing implementation is not correct because it does not support multiple subscribers.

Changes in this branch also add cursor closing verification to the test suite. When a test method "closes" the shared connection, the V$OPEN_CURSOR table is queried and it is verified that no cursors have been left open.

@Douglas-Surber
Copy link

ok

@jeandelavarene jeandelavarene merged commit e7189e4 into main Apr 13, 2021
@jeandelavarene jeandelavarene deleted the 22-poolable-connections branch April 13, 2021 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when using r2dbc-pool: this publisher does not support multiple subscribers
3 participants