> > tasklist = func.get_tasklist(engine=engine).execute()   # is this the
> > correct way?
>
> looks fine to me.  for the rest of it, im not very familiar with PG
> stored procedures.

I think SQLAlchemy code is translating to "SELECT get_tasklist()". But
what is actually needed is "SELECT * FROM get_tasklist()".

So, probably the question is, What SQLAlchemy code will translate to
"SELECT * FROM get_tasklist()". Needing suggestions.

thanks
Sanjay


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

Reply via email to