Re: [sqlalchemy] Child class attributes not loading up in joined inheritance model

2021-11-09 Thread Shefeek Najeeb
Thanks. I'll follow up at discussions. On Tuesday, November 9, 2021 at 5:56:52 PM UTC+4 Mike Bayer wrote: > note we are following up w/ this question at discussions: > https://github.com/sqlalchemy/sqlalchemy/discussions/7303 > > On Mon, Nov 8, 2021, at 6:07 AM, Shefeek Najeeb w

[sqlalchemy] Child class attributes not loading up in joined inheritance model

2021-11-08 Thread Shefeek Najeeb
Hi all, It has been only a while since I've started tinkering with SQLAlchemy. I aws working on a particular requirement of mine, where I had 4 types of users with login functionality. But each type has different attributes. The user types are : Client, Brand, Merchant, Customer. All these