summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/preference_store.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10020: avoid duplicating unique indexes (#8587)Jesse Hallam2018-04-161-2/+1
| | | | | | | | | | | | | | * unit test TestGet(Search)Replica This adds partial, testing-focused support for SQLite, as well as removing some translated log messages that required initializing i18n just for testing. * avoid returning master twice when no replicas are configured * remove duplicate indexes * unit test GetAllConns
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-2/+2
| | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
* store/storetest package (#7588)Chris2017-10-061-6/+2
| | | | | | * prerequisites * storetest package
* reduce store boiler plate (#7585)Chris2017-10-061-110/+21
|
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+427
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp