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

NullPointerException fixes in PreparedStatement #53

Merged
merged 1 commit into from Aug 9, 2017

Conversation

kkraus14
Copy link
Contributor

@kkraus14 kkraus14 commented Aug 8, 2017

Create statement during initialization of prepared statement rather than during query execution; implemented setter and getter functions based on statement functions; changed logging to debug rather than info.

Was getting NullPointerExceptions when trying to use the setMaxRows function, this resolved the issue on my end. INFO level logging was causing a communication error in one of the applications I was using, changing to debug level fixed the issue, but not sure if there's a cleaner solution to that problem.

…han during query execution; implemented setter and getter functions based on statement functions
@CLAassistant
Copy link

CLAassistant commented Aug 8, 2017

CLA assistant check
All committers have signed the CLA.

@dwayneberry dwayneberry merged commit 637d34a into heavyai:master Aug 9, 2017
prutskov pushed a commit to prutskov/omniscidb that referenced this pull request Jul 20, 2020
Added yml for env with python3.7 to be compatible with current omnisc…
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.

None yet

3 participants