Re: [sqlalchemy] can I use tables generated by ORM via sql expression language for select queries

2015-12-27 Thread Mike Bayer
On 12/26/2015 11:44 PM, Krishnakant wrote: > Hi, > The subject says it all. > I have classes inheriting the base and thus my tables are created using > ORM. > But I wish to use sql expression language for queries, particularly bulk > selects for faster performance. > So is this possible and how?

Re: [sqlalchemy] can I use tables generated by ORM via sql expression language for select queries

2015-12-27 Thread Chris Withers
On 27/12/2015 04:44, Krishnakant wrote: Hi, The subject says it all. I have classes inheriting the base and thus my tables are created using ORM. But I wish to use sql expression language for queries, particularly bulk selects for faster performance. So is this possible and how? Sure, you

[sqlalchemy] can I use tables generated by ORM via sql expression language for select queries

2015-12-26 Thread Krishnakant
Hi, The subject says it all. I have classes inheriting the base and thus my tables are created using ORM. But I wish to use sql expression language for queries, particularly bulk selects for faster performance. So is this possible and how? Happy hacking. Krishnakant. -- You received this