Hello,

I have a question about functions on columns in SQL Alchemy, and I can't seem to find where in the Docs for release 0.8 that this is covered.

I'm aware func.*() to run a function such as NOW() on either update or as a default on the column, but I am wondering how to setup a function on insert/update and another on select, such as using MySQL's INET6_ATON() and INET6_NTOA() to convert IP Addresses to network byte order and back.

Thank you,
 Jonathan


--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to