summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/channel_store.go
Commit message (Collapse)AuthorAgeFilesLines
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-4/+4
| | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
* reduce store boiler plate (#7585)Chris2017-10-061-462/+87
|
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-291-25/+55
| | | | | | | | * Return viewed at times in view channel API response * Updated transaction to read and write once * Remove transaction and only update if new value greater than older
* PLT-7207: Change from fulltext to LIKE search for user filtering (#7343)George Goldberg2017-09-271-1/+1
| | | | | | | | | | | | * PLT-7202: Switch user search to LIKE queries to avoid fulltext pitfalls. * Add 2 char name unit test. * Escape underscores properly. * Add more tests and fix * handling. * Make search/indexes case insensitive for postgres.
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+1664
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp