pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
234 stars 70 forks source link

TypeError: datetime.time(0, 15) is not JSON serializable #89

Closed johnnywell closed 7 years ago

johnnywell commented 8 years ago

I'm having this error when trying to get some objects from a Firebird Database. Is it related to DATE_FORMAT or it should serialize any datetime object?

Following the traceback: https://gist.github.com/anonymous/fafe8dc7b8d8da14dd24

dkellner commented 7 years ago

I'm closing this for now as the issue is quite old - sorry for that! If this is still an issue for you (or anyone else) please test against the current master branch and provide a minimal (failing) example.