Re: [Sqlalchemy-users] query function to get all entities of table

2006-08-08 Thread Jamie Wilkinson
This one time, at band camp, Alex Greif wrote: >Is there a way to use session with query to get all entities of a >table mapped to objects? >I only see query select_by(...) where I have to provide atleast one >keyword argument. > >So I need a query method that issues a "select * from table" without

[Sqlalchemy-users] query function to get all entities of table

2006-08-08 Thread Alex Greif
Is there a way to use session with query to get all entities of a table mapped to objects? I only see query select_by(...) where I have to provide atleast one keyword argument. So I need a query method that issues a "select * from table" without where statement I use SA 0.2.6 Alex.