Hi. I know how to use the .prefix_with() method of an Insert object in
order to, for example, add an Oracle hint (e.g., /*+ append */) to a
table insertion. What I don't know how to do is to make this prefix be
the the default for a table. I want to do this so that when using
SQLAlchemy's ORM and mappers and sessions, etc., rather than issuing
explicit insert() expressions, I can still supply the aforementioned
Oracle hint.

Is there a way to do what I want to do?

Thanks,
|>ouglas

--

You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.


Reply via email to