You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry you're running into this, @digitalkaoz ! Thanks for providing the example code and the test case - I'll run some tests and see what's happening here. This should work properly, I would expect, so it's likely a bug somewhere causing an issue. With luck, I'll be able to debug it over this weekend and if necessary do a new release with a bug fix.
Yeah, No worries! Thanks for your awesome piece of software :) i tried all kinds of (de)serialization libraries and found yours the best. It could be a little more performant in large entities / list, but maybe i have time to dig into this
Currently it seems serialization with attributes defined in mixins wont work:
what am i doing wrong here? The
id
is correctly filled and setup by SQLAlchemy itself, but the serialization definition isnt respected.i just followed the working/common https://docs.sqlalchemy.org/en/13/orm/extensions/declarative/mixins.html#mixing-in-columns to keep my models dry
The text was updated successfully, but these errors were encountered: