adamsaghy commented on code in PR #4901:
URL: https://github.com/apache/fineract/pull/4901#discussion_r2243010637
##########
fineract-core/src/main/java/org/apache/fineract/infrastructure/core/serialization/DatatableCommandFromApiJsonDeserializer.java:
##########
@@ -342,6 +343,7 @@ private static JdbcJavaType mapApiTypeToJdbcType(@NotNull
String apiType, boolea
case API_FIELD_TYPE_DATE:
return DATE;
case API_FIELD_TYPE_DATETIME:
+ case API_FIELD_TYPE_DATETIME6:
Review Comment:
We dont need a new type. I just simply want the DATETIME to set precision as
6. No exceptions!
--
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]