Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

fix: return timestamps, not now() for createdAt and modifiedAt columns #278

Merged

Conversation

sebastianesch
Copy link
Contributor

Hi @vobu and @gregorwolf,

cds-pg returned NOW() instead of a timestamp for createdAt and modifiedAt columns when used as described in the new InsertResult Beta documentation at https://cap.cloud.sap/docs/node.js/databases#insertresult-beta.

I compared the behaviour of cds-pg vs. HANA and SQLite here: https://answers.sap.com/questions/13569793/api-of-insert-query-results-for-cap-nodejs.html

I have to admit I don't understand, why the locale and txTimestamp parameters were omitted from the exported functions in lib/pg/execute.js, but adding them fixed the issue and all tests are completed successfully.

Cheers,
Sebastian

@gregorwolf gregorwolf merged commit 8a2c05b into sapmentors:main Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants