On 21 Sep 2010, at 7:48 PM, [email protected] wrote: > for row in metadata.bind.execute( sql.select( [Movie.id, Movie.title, > Movie.year] ) )
I can do that using the session, i just thought using elixer i would be able to query just using the object instead of using the session like SQLAlchemy anyway, i have decided to use the session Session.query(Movie.id,....) -- JAVA - write once, crawl anywhere. -- You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en.
