intersystems / intersystems/pyprod
feat: Increased support for datatypes in messages, particularly dates and times
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Currently datatypes in messages that aren't string, int, bool or number when used in JsonSerialize are saved to the database as %VarString.
Dates and time information is lost, so it would not be possible to sort or search messages by dates in message properties. This requires conversion between python datetime and %Library.Datetime.
Support for List / Dynamic Arrays and Dicts / Dynamic Objects would also be useful.
Contributor guide
Assessment
This issue has not been assessed yet.