[sqlalchemy] UnboundExecutionError: text query with elixir

2011-02-28 Thread David Borsodi
Hello, I'm trying to run the following query with elixir entities: elixir.metadata.bind = 'mysql://root:root@localhost/mutdb' elixir.metadata.bind.echo = True elixir.setup_all(True) t = text(select * from mutations) result = elixir.session.connection().execute(t) and I got:

Re: [sqlalchemy] UnboundExecutionError: text query with elixir

2011-02-28 Thread David Borsodi
Yes, I also looked and the elixir session is an SA ScopedSession, I'll try the explicit bind. thanks david On Mon, Feb 28, 2011 at 5:58 PM, Michael Bayer mike...@zzzcomputing.comwrote: ssociates the engine wit -- You received this message because you are subscribed to the Google Groups