This repository was archived by the owner on May 5, 2020. It is now read-only.
This repository was archived by the owner on May 5, 2020. It is now read-only.
Closed
Description
I am inserting a timestamp value into an oracle database with Column as TIMESTAMP(6).
e.g.
SRB_RECEIVE_DATE := time.Now(); stmt, err := db.Prepare("INSERT INTO {table}(srb_receive_date) values(:1)"); stm.Exec(SRB_RECEIVE_DATE)
The record is inserted but the fractional part is all zeroes
The SRB_RECEIVE_DATE itself has the nanosecond part.
Any idea why?
Metadata
Metadata
Assignees
Labels
No labels