DCAF now with Date and Timestamp support

Date support has been in the library for a while now, but I have been recently been developing on SQLServer where I need to write to datetime fields. And it seems that the java.sql.Date is just that. Just the date. No time component.

Although DCAF exposes this field back to the developer as a java.util.Date, there is some conversion down deep that actually processes it back to its java.sql.* equivalent. So a simple change to offer a TIMESTAMP datatype along with the supported DATE type.

Checkins to come soon, after more testing and a new DCAF release on the horizon.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.