View Revisions: Issue #2011

Summary 0002011: Automatically handle conversion from Time to Timestamp during data load
Revision 2014-10-14 13:22 by chenson
Description Automatically handle conversion from Time to Timestamp during data load. A time field on Postgres is captured as HH:mm:ss.SSS. This doesn't automatically load on Oracle as there is no time data type in Oracle. We should automatically convert the value.
Revision 2014-10-14 13:19 by chenson
Description Automatically handle conversion from Time to Timestamp