Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

skip some dict munging in event persistence #11560

Merged
merged 1 commit into from
Dec 10, 2021

Commits on Dec 10, 2021

  1. skip some dict munging in event persistence

    Create a new dict helper method `simple_insert_many_values_txn`, which takes
    raw row values, rather than {key=>value} dicts. This saves us a bunch of dict
    munging, and makes it easier to use generators rather than creating
    intermediate lists and dicts.
    richvdh committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    11879d6 View commit details
    Browse the repository at this point in the history