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?

0
Avatar
Permanently deleted user

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:

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?


0

请先登录再写评论。