Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize/fix sqlite hid update statement
`./run_tests.sh --skip-common-startup -api lib/galaxy_test/api -- -s -k cache` would fail on sqlite with database locked. Not using a separate connection means that we expire loaded attributes in the sqlite case, but I don't think we need to be concerned about performance if you're using sqlite.
- Loading branch information