mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-05-02 11:55:49 +03:00
[GH-ISSUE #14] Out of the box, sandman2 should have sane defaults for serializing common sqlalchemy types #5
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DanielJoyce on GitHub (Sep 4, 2015).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/14
Trying to get json from sandman2, and the automap table has a date-time column, this causes jsonify to blow up as it doesn't know how to handle datetime.
Sandman2 should define some default json mappings for common sqlalchemy types.
@DanielJoyce commented on GitHub (Sep 4, 2015):
https://github.com/jeffknupp/sandman/issues/22
Seems I am bumping into this...
@DanielJoyce commented on GitHub (Sep 4, 2015):
Actually issue in Flask, fixed in next release whenever it is coming out.