SQLAlchemy and Oracle Functions?

Giles Brown giles_brown at hotmail.com
Thu Mar 8 16:35:44 EST 2007


On 8 Mar, 22:19, "Greg Copeland" <gtcopel... at gmail.com> wrote:
> I'm using SQLAlchemy and have a need to call an Oracle function; which
> is not the same as a stored procedure.  Can this be done directory or
> indirectly with SQLAlchemy?  If so, can someone please provide an
> example?  If not, how do I obtain the raw cx_Oracle cursor so I can
> use callfunc directly on that?
>
> Thanks,
>
> Greg

http://www.sqlalchemy.org/docs/sqlconstruction.myt#sql_whereclause_functions
?

SQLAlchemy has its own google group

http://groups.google.co.uk/group/sqlalchemy

You could try asking there too.

Giles




More information about the Python-list mailing list