Skip to content
  • Kipp Cannon's avatar
    table.py: remove ._end_of_rows() hook · 30e6ea09
    Kipp Cannon authored
    - nothing ever used it except the DBTable class, which ran a .commit() on the database.
    - the .commit() is more easily implemented as a .endElement() override in a custom Stream handeler, and I've never figured out if the .commit() is even beneficial at all.
    - this patch removes the hook, leading to a *miniscule* performance improvement loading documents, and a conceptual simplification of the code.
    30e6ea09