Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaseMixin - to_json - Support "Date" columns #239

Closed
SBriere opened this issue Feb 14, 2024 · 0 comments
Closed

BaseMixin - to_json - Support "Date" columns #239

SBriere opened this issue Feb 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@SBriere
Copy link
Member

SBriere commented Feb 14, 2024

Describe the bug
Currently, when we have a column of type "DATE", it is not properly serialized by the method "to_json" in the BaseMixin class.

Expected behavior
As currently done with datetime objects (or columns of type "TIMESTAMP"), the data should be string serialized (in isoformat or with a known date format).

@SBriere SBriere added the bug Something isn't working label Feb 14, 2024
@SBriere SBriere self-assigned this Feb 14, 2024
@SBriere SBriere closed this as completed in fa2282f Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant