Relative Content

Tag Archive for pythonsqlalchemy

Querying with polymorphic inheritance

Following the polymorphic inheritance setup given by sqlalchemy docs here, how do I add a query function to the company table that returns its managers’ names?