Skip to site navigation (Press enter)
[Sqlalchemy-users] specifying SQLEngine to select()?
Jonathan Ellis
Fri, 30 Dec 2005 21:17:04 -0800
How can I tell select about an SQLEngine for performing queries not bound to a table? I'd like to write something like
from sqlalchemy import *
engine = create_engine(...)
timestamp = select([func.now()], engine=engine).scalar()
--
Jonathan Ellis
http://spyced.blogspot.com
Previous message
View by thread
View by date
Next message
[Sqlalchemy-users] specifying SQLEngine to select()?
Jonathan Ellis
Re: [Sqlalchemy-users] specifying SQLEngine to select...
Michael Bayer
Re: [Sqlalchemy-users] specifying SQLEngine to se...
Jonathan Ellis
Re: [Sqlalchemy-users] specifying SQLEngine to select...
Robert Leftwich
Re: [Sqlalchemy-users] specifying SQLEngine to se...
Michael Bayer
Reply via email to
Search the site
The Mail Archive home
sqlalchemy-users - all messages
sqlalchemy-users - about the list
Expand
Previous message
Next message