SAP-samples / hana-developer-cli-tool-example

Learn how to build a developer-centric SAP HANA command line tool, particularly designed to be used when performing SAP HANA development in non-SAP tooling (for example from VS Code).
Apache License 2.0
90 stars 24 forks source link

Wrong handling of type SECONDDATE in massConvert command #88

Closed mvmanov closed 2 years ago

mvmanov commented 2 years ago

Hi, Currently the massConvert command sets type String for columns of type SECONDDATE, while I believe the corred cds type should be cds.DateTime.

jung-thomas commented 2 years ago

I'm not sure it would map correctly to DateTime. It is not listed as mapping in the documentation.
https://cap.cloud.sap/docs/advanced/hana#hana-types https://cap.cloud.sap/docs/cds/types