[Sqlalchemy-tickets] Issue #2972: Support for calling Stored Procedures (not functions) (zzzeek/sql
Brought to you by:
zzzeek
|
From: Ronny P. <iss...@bi...> - 2014-02-25 10:17:06
|
New issue 2972: Support for calling Stored Procedures (not functions) https://bitbucket.org/zzzeek/sqlalchemy/issue/2972/support-for-calling-stored-procedures-not Ronny Pfannschmidt: oracle stored procedures cant be invoked by a select, instead one must call them in a anonymous block a way to either access those via the dbapi.callproc method or generating the fit sql would be nice currently i work around by compiling to a block on oracle and a select on postgresql i didnt examine other databases |