Re: [sqlalchemy] Passing reference to model to model column_property function

2020-05-17 Thread Mike Bayer
On Sun, May 17, 2020, at 6:54 AM, Erol Merdanović wrote: > Hi > > First thank you for your reply. > > @Mike, yes. I wish to pass the row products row. I'm attaching working SQL > >> SELECT *, get_product_price(products) FROM products; > > This works great in postgres. I tried it also on

Re: [sqlalchemy] Passing reference to model to model column_property function

2020-05-17 Thread Erol Merdanović
Hi First thank you for your reply. @Mike, yes. I wish to pass the row products row. I'm attaching working SQL SELECT *, get_product_price(products) FROM products; This works great in postgres. I tried it also on Mysql but they support only scalar values. I suspect that might work with other