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 rdb$database

or

   SELECT current_timestamp FROM rdb$database

ciao, lele.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to