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

Fix a potentially-huge sql query #7274

Merged
merged 2 commits into from
Apr 15, 2020
Merged

Fix a potentially-huge sql query #7274

merged 2 commits into from
Apr 15, 2020

Commits on Apr 14, 2020

  1. Fix a potentially-huge sql query

    We could end up looking up tens of thousands of events, which could cause large
    amounts of data to be logged to the postgres log.
    richvdh committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    cf38a53 View commit details
    Browse the repository at this point in the history
  2. Use txn.fetchall

    richvdh committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    6227b0f View commit details
    Browse the repository at this point in the history