Add new KiwiJdbc utilities to convert from java.sql.Date to LocalDate #1044
Labels
new feature
A new feature such as a new class, method, package, group of classes, etc.
Milestone
Add two new (static) methods to
KiwiJdbc
:And yes, the
@Nullable
annotation must be between the package and class name., otherwise the code won't compile.I debated whether to include "OrNull" in the name, since the majority of other methods in this class don't use that convention. But they were implemented many years ago before we (informally) adopted that convention. So, I think it's better for the new methods to have more descriptive names than to remain consistent at the expense of clarity.
The text was updated successfully, but these errors were encountered: