I just want to make sure that what I am reading at http://www.sqlalchemy.org/docs/dialects/oracle.html#connecting is correct when connecting to an Oracle database using sqa. When I was using cx_Oracle directly I would have to use cursor.setinputseizes when I am using bind variables (especially when I have a rather large CLOB data structure). It seems that sqa does this automatically when I connect to the database. Am I reading it correctly or is there another step that I need to complete?
Thanks, Kevin 43rd Law of Computing: Anything that can go wr fortune: Segmentation violation -- Core dumped -- 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.
