F fix datetime value
All threads resolved!
All threads resolved!
Compare changes
For #202 (closed) (https://gitlab.com/linkahead/linkahead-pylib/-/issues/128). Fixes _parse_value
so that datetime.date
and datetime.datetime
values can be assigned. Note that the problem was always only on the client-side, cf. https://gitlab.com/linkahead/linkahead-pylib/-/issues/128#adding-vs-updating.
Simply allow datetime.date(time)
values and treat them as they would have been treated in case of datatype=None
.
New unit test should be sufficient. Feel free to run the extended example with a local linkahead, though.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.