summaryrefslogtreecommitdiffstats
path: root/store/sqlstore
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7644: Improve job scheduler architecture. (#7532)George Goldberg2017-09-282-0/+161
|
* PLT-7207: Change from fulltext to LIKE search for user filtering (#7343)George Goldberg2017-09-273-62/+119
| | | | | | | | | | | | * 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-2548-0/+22713
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp