Re: [sqlalchemy] Marshmallow Sqlalchemy

2016-04-11 Thread Mike Bayer
please send questions for third party packages to the maintainers of those packages, in this case the github page for this project. On 04/11/2016 10:15 AM, Shankar Ganesh wrote: Hi, Is there a way to avoid inserting the data into session while using Marshmallow - sqlalchemy sqlalchemy marsh

[sqlalchemy] Marshmallow Sqlalchemy

2016-04-11 Thread Shankar Ganesh
Hi, Is there a way to avoid inserting the data into session while using Marshmallow - sqlalchemy sqlalchemy marshmallow avoid loading into session Ref: https://marshmallow-sqlalchemy.readthedocs.org/en/latest/ Because we tried to manage the objects by ourself. Will add into the session if req