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

Calling Environment::Initialized() before first call to Environment::Initialize throws Exception #370

Open
Enni74 opened this issue Jan 17, 2025 · 0 comments

Comments

@Enni74
Copy link

Enni74 commented Jan 17, 2025

When method Environment::Initialized() ist called before first call to Environment::Initialize it throws a null pointer exception. This exception comes from Environment::GetInstance() which internally call OCI_GetUserData, which in turn returns a nullptr if the Environment hasn't initalized.

In Version 4.7.6 this worked differently.

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