On May 12, 4:51 pm, Michael Bayer <[email protected]> wrote: > > this specific issue is mentioned with some less than ideal solutions > athttp://www.redhat.com/f/pdf/jbw/jmlodgenski_940_scaling_hibernate.pdfon > slide 23. If their modification to the trigger doesn't work for you, turn > off the sane rowcount feature: > > engine = create_engine(...) > engine.dialect.supports_sane_rowcount = False
Thanks for the help, I think we will mostly like pursue disabling the rowcount feature on the dialect level rather altering our partition triggers. For future reference, the discussion I mentioned where the plausibility of a table level flag was being discussed can be seen here: http://www.mail-archive.com/[email protected]/msg04235.html -- 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.
