I was curious if there were any way to pull a XMLType field into a python field when using declarative. I have been able to do it with cx_Oracle by executing a query using XMLType.getClobVal and would probably work with sqlalchemy's manual query system too, but would love it if I could use it as part of an ORM object as an actual column/ field or as a relationship.
If this is possible where should I look to learn how to integrate it into our sqlalchemy code? -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
