This website requires JavaScript.
Explore
Help
Sign In
extern
/
hishtory
Watch
1
Star
0
Fork
0
You've already forked hishtory
mirror of
https://github.com/ddworken/hishtory.git
synced
2025-01-23 06:38:52 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6ef9bb00d5
hishtory
/
shared
History
David Dworken
49a1035169
Fix flakey test failures by removing cache=shared which is a discouraged mode (
https://www.sqlite.org/sharedcache.html
). WAL is sufficient for our purposes. Plus fix a bug where the TUI would go into an infinite loop if there were zero results.
2022-11-15 23:20:19 -08:00
..
testutils
Fix flakey test failures by removing cache=shared which is a discouraged mode (
https://www.sqlite.org/sharedcache.html
). WAL is sufficient for our purposes. Plus fix a bug where the TUI would go into an infinite loop if there were zero results.
2022-11-15 23:20:19 -08:00
data.go
Move testutils to a separate package so as to move test-only code out of the main binary
2022-10-27 21:53:47 -07:00