You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we want to use timestamps with seconds precisions of more than 3 fractional digits, such as 2022-11-05T12:35:44.1234567Z. SAP HANA supports up to 7 digits which are correctly written and read by @sap/hana-client. However, unfortunately it seems as though in node-hdb the fractional digits are always rounded to 3 decimal places here and probably also here.
Could you please add support for seconds precisions of more than 3 fractional digits?
Thanks!
The text was updated successfully, but these errors were encountered:
Upon further investigation it appears as though support for the LONGDATE input and output field format, which along with SECONDDATE is the endorsed format for transferring TIMESTAMPs, needs to be implemented in order to support timestamps with seconds precisions of more than 3 fractional digits.
Hi,
we want to use timestamps with seconds precisions of more than 3 fractional digits, such as
2022-11-05T12:35:44.1234567Z
. SAP HANA supports up to 7 digits which are correctly written and read by@sap/hana-client
. However, unfortunately it seems as though innode-hdb
the fractional digits are always rounded to 3 decimal places here and probably also here.Could you please add support for seconds precisions of more than 3 fractional digits?
Thanks!
The text was updated successfully, but these errors were encountered: