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

Add support for LocalDate #86

Merged
merged 2 commits into from
Sep 28, 2023
Merged

Add support for LocalDate #86

merged 2 commits into from
Sep 28, 2023

Conversation

richard-shurtz
Copy link
Contributor

@richard-shurtz richard-shurtz commented Sep 27, 2023

The interface from SqlRow doesn't currently expose any good interface for representing a LocalDate (Year-month-date).

Having strictDate return its more specific java.sql.Date exposes the native interface we would expect.
Having a localDate method returns the java.time equivalent which is the ideal interface.

…ethods.

Always use fully qualified name between java.sql.Date and java.util.Date
@tmccombs tmccombs merged commit 1efb986 into master Sep 28, 2023
@tmccombs tmccombs deleted the add-support-for-LocalDate branch September 28, 2023 03:37
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.

2 participants