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