View Issue Details

IDProjectCategoryView StatusLast Update
0002450SymmetricDSImprovementpublic2022-04-11 19:27
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.16 
Target Version3.12.16Fixed in Version3.12.16 
Summary0002450: Preserve datetime precision, support for nanoseconds
DescriptionThe datetime data types are currently synced with precision of milliseconds, but many platforms support microsecond and nanosecond precision. Add support for nanosecond precision, possibly using java.sql.Timestamp which supports nanos.

SQL-Server supports nanoseconds with DATETIME2, which can be one test case. Another test case is isPostgreSQL's timestamp(6) (microsecond precision). Also, syncing from one platform to another with different precision.
Tagsdata type

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2015-11-19 21:03 elong New Issue
2015-11-19 21:03 elong Status new => assigned
2015-11-19 21:03 elong Assigned To => mmichalek
2015-11-19 21:04 elong Target Version => 3.8.0
2016-08-08 15:11 admin Product Version 3.8.0 => 3.9.0
2016-08-08 15:11 admin Target Version 3.8.0 => 3.9.0
2017-06-06 13:44 chenson Status assigned => acknowledged
2017-06-06 13:44 chenson Product Version 3.9.0 =>
2017-06-06 13:44 chenson Target Version 3.9.0 =>
2019-04-23 20:38 elong Tag Attached: data type
2022-03-14 13:23 elong Assigned To mmichalek => elong
2022-03-14 13:23 elong Status acknowledged => resolved
2022-03-14 13:23 elong Resolution open => fixed
2022-03-14 13:23 elong Product Version => 3.12.16
2022-03-14 13:23 elong Fixed in Version => 3.12.16
2022-03-14 13:23 elong Target Version => 3.12.16
2022-04-11 19:27 admin Status resolved => closed