Open AbdealiLoKo opened 2 years ago
Hi @AbdealiJK ,
Thanks for code to reproduce the error, was able to generate traceback locally, the issue seems to be happening when Sqlalchemy event triggers a callable(@track_association_operations L434 Manager.py) at before_flush event and values returned as part of param tuple contain string ISOformat datetime value,
have raised PR #283 as a fix which seems to work with provided code and testcases also seem to be unaltered, some feedback is required from maintainers of this project in regards for using a third party dependency and code context flow for exception handling if needed.
waiting for workflow approval from maintainers to verify any unseen issue/concerns.
Thanks
When I use a datetime column with
default
in my assoc table in sqlite - sqlalchemy_continuum is throwing an error inappend_association_operation
Reproducible example:
To run this, you can do: