hi,

I have  function defined in one of my postgresql schemas, and my Session is
bound to tables in both schemas. How can I run in this case a simple
function call like the following:

select public."fnPunctajAngajatPeZI"(23, cast(now() as timestamp));

I've tried session.execute, but - as the docs state - a mapper should be
specified. What does this mean in my case?

thanks, Viktor

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to