SQLQueryPlugin - oracle timestamp formatting
The following is presented for timestamps under oracle
'oracle.sql.TIMESTAMP@1a9906d'. The DDL is:
blocktimestamp timestamp(3) not null,
Is there anyway to get a readable value for this type?
Please sign in to leave a comment.
Because the plugin is designed for various databases its difficult to
add handling for types specific to one database. I will see if I can
find a way to solve this problem via reflection.
Barry Kaplan wrote: