sasjs / adapter

An adapter for bidirectional SAS® <-> Javascript communication

Home Page:https://adapter.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adapter truncates timestamp decimals

allanbowe opened this issue · comments

When sending timestamp values with decimals (fractions of a second), the JS part is truncating to seconds

We should support decimals in timestamps up to 6 decimal places

In fact this isn't actually an adapter issue - the adapter supports only numeric and character datatypes. Dates / datetimes etc are sent as strings.

The problem is within Data Controller, the picture format for datetime columns just needs updating to include the milliseconds component.