[sqlalchemy] Re: calling a stored function

2007-06-01 Thread Alchemist
@Michael Bayer Thank you. The issue could not be solved, probably due to database restrictions (e.g. allowing stored procedures to be used only by admin rights, even though SQLAlchemy used an admin type user...seems that the database server recognizes that the call is being made from an external

[sqlalchemy] Re: calling a stored function

2007-05-31 Thread Michael Bayer
On May 31, 2007, at 10:29 AM, Alchemist wrote: No exceptions are raised when this statement is executed. HOWEVER, the stored function does not seem to perform its required task as the table that should be updated is not updated when running the script. the stored procedure must be