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

getObject method supports automatic filling of the actual type. #3401

Merged
merged 2 commits into from Aug 3, 2022

Conversation

robxyy
Copy link
Contributor

@robxyy robxyy commented Aug 1, 2022

Fix #3400

NUMERIC -> "$cursorName.getBigDecimal($columnIndex)"
},
javaType,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose CodeBlock.of() is fine with extra parameters if they never get used - if tests pass its probably fine

@AlecKazakova AlecKazakova merged commit 4072cfd into cashapp:master Aug 3, 2022
AlecKazakova pushed a commit that referenced this pull request Aug 5, 2022
)

* `getObject` method supports automatic filling of the actual type.

* Fixes
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.

getObject method does not support auto-filling the actual type.
3 participants