As title said: ``` if (val == null) { return null; } ``` Might be missing from [SqlTimeConverter.java](https://github.com/aaberg/sql2o/blob/master/core/src/main/java/org/sql2o/converters/SqlTimeConverter.java)? like what [LocalDateConverter.java](https://github.com/aaberg/sql2o/blob/master/core/src/main/java/org/sql2o/converters/LocalDateConverter.java) and all the other converters do?
As title said:
Might be missing from SqlTimeConverter.java? like what LocalDateConverter.java and all the other converters do?