Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqlite cached_statements workaround (#19114)
### Purpose: Newer versions of python return incorrect sqlite results if cached_statements is nonzero. See: python/cpython#118172 ### Current Behavior: cached_statements is set to default ### New Behavior: cached_statements is set to 0. Chia rarely repeats the same sqlite queries so hopefully this does not affect performance. ### Testing Notes: None
- Loading branch information