Re: [sqlalchemy] Re: Advice on cascading polymorphic inheritance

2019-08-23 Thread Javier Martínez
Sorry, the code was too big, so I leave here the file. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full d

Re: [sqlalchemy] Re: Advice on cascading polymorphic inheritance

2019-08-23 Thread Javier Martínez
Thanks Mike. Just in case, I found some dificulties working with it, so despite the code is long, it could help someone in the community or open interesting discussions, so I leave it below. Thanks again. import uuid import json import datetime from src.common.helpers import format_date_TZ fr