I am looking for creating custom Python callable function that would be use 
in raw SQL queries, very same to Connection.create_function() 
<https://docs.python.org/2/library/sqlite3.html#connection-objects> which 
is perfectly working as I intend. I would like to be able to do it in 
SQLAlchemy in any Database engine.
I understood that sqlalchemy.sql.functions.Function class should come to 
hand in this regard. I do not understand how to use it though. I miss some 
example on that.

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/b6c0b14a-d722-4b92-97ef-c463c68b6faf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to