Re: [Sqlalchemy-users] firebirdsql.py: global name 'sql' is not defined

2006-07-04 Thread Lele Gaifax
Uwe Grauer wrote: > i saw another issue with func.now(). > But i do not know how to deal with it. > In FB you can't use something like 'select now from rdb$database'. > I think the usage of such things is database specific. The FB idiom for that is either SELECT cast('now' as timestamp) FROM r

Re: [Sqlalchemy-users] firebirdsql.py: global name 'sql' is not defined

2006-07-04 Thread Uwe Grauer
Michael Bayer wrote: > sure, is that all it needs ? > > Thanks, i saw another issue with func.now(). But i do not know how to deal with it. In FB you can't use something like 'select now from rdb$database'. I think the usage of such things is database specific. I will get back if i find out mo

Re: [Sqlalchemy-users] firebirdsql.py: global name 'sql' is not defined

2006-07-03 Thread Michael Bayer
sure, is that all it needs ? On Jul 3, 2006, at 9:47 AM, Uwe Grauer wrote: > I started to use the firebird-module with svn-rev 1683. > I got a NameError: global name 'sql' is not defined > > Could you please uncomment the statement 'import sqlalchemy.sql as > sql' > in firebirdsql.py? > > Than

[Sqlalchemy-users] firebirdsql.py: global name 'sql' is not defined

2006-07-03 Thread Uwe Grauer
I started to use the firebird-module with svn-rev 1683. I got a NameError: global name 'sql' is not defined Could you please uncomment the statement 'import sqlalchemy.sql as sql' in firebirdsql.py? Thanks, Uwe Using Tomcat but need to do more? Need to support web services, security? Get stuff d