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

Wrong handle type used in OcilibCallbackHAEvent() #361

Open
PeekPocket opened this issue Aug 12, 2024 · 0 comments
Open

Wrong handle type used in OcilibCallbackHAEvent() #361

PeekPocket opened this issue Aug 12, 2024 · 0 comments

Comments

@PeekPocket
Copy link

Hi,

Currently, the type OCI_HTYPE_SERVER is used with the attributes OCI_ATTR_HA_SRVFIRST and OCI_ATTR_HA_SRVNEXT.
Since the handle is a pointer to an OCIEvent, the handle type should be OCI_HTYPE_EVENT.

Lines:

OCI_HTYPE_SERVER, OCI_ATTR_HA_SRVFIRST,

OCI_HTYPE_SERVER, OCI_ATTR_HA_SRVNEXT,

@vrogier vrogier self-assigned this Sep 7, 2024
vrogier pushed a commit that referenced this issue Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants