ora2pg icon indicating copy to clipboard operation
ora2pg copied to clipboard

Modify default mapping

Open dstinit opened this issue 1 year ago • 0 comments

Hi,

is there a way to change the mapping of default values? Currently SYSTIMESTAMP is mapped to CURRENT_TIMESTAMP, which uses the begin of the transaction, while Oracle seems to behave more like statement_timestamp() in Postgres: https://www.postgresql.org/docs/current/functions-datetime.html

dstinit avatar Jul 20 '24 02:07 dstinit