adamsaghy commented on code in PR #6187:
URL: https://github.com/apache/fineract/pull/6187#discussion_r3948566306


##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/domain/JdbcSupport.java:
##########
@@ -65,6 +68,23 @@ public static LocalTime getLocalTime(final ResultSet rs, 
final String columnName
         return localTime;
     }
 
+    public static OffsetTime getOffsetTime(final ResultSet rs, final String 
columnName) throws SQLException {

Review Comment:
   Please dont mark as resolved without explanation or changes!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to