Missing DateTime to Date conversion during UPDATE
with SQLite
#1002
Labels
bug
Something isn't working
UPDATE
with SQLite
#1002
Description of erroneous behaviour
I have the following CAP db model
In my TypeScript Code I want to run the following
UPDATE
queryThe update query is executed without issues, but afterwards, a
SELECT
on the updated row shows the following outputinstead of
With
@cap-js/sqlite
and version <= 1.7.4 this automatic conversion still works. The behavior changed in 338e9f5. As the current implementation of@cap-js/hana
still performs the conversion/cut-off duringUPDATE
I would expect the SQlite driver to behave the same way.Detailed steps to reproduce
Details about your project
The text was updated successfully, but these errors were encountered: