-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add methods to KiwiJdbc to convert java.sql.Date to LocalDate
Add two localDateOrNullFromDate methods, one that accepts a ResultSet and colum name, and one that accepts a java.sql.Date. They are both annotated with the Checker Nullable annotation to indicate null can be returned, and also that the java.sql.Date argument can be null as well. Closes #1044
- Loading branch information
1 parent
a3e28e2
commit b2a19d0
Showing
2 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters