jingkai
0eafaa502d
Refactor SQL queries in store/sqlstore/preference_store.go to use the squirrel builder (#17086)
* refactor: refactored deleteUnusedFeatures
* refactor: refactored Get to remove hardcoded sql queries
* refactor: remove debug log
* refactor: refactored getcategory
* refactor: refactored GetAll to replace with sq
* refactor: refactor delete with sq
* refactor: refactored delete category with sq
* refactor: refactored cleanup flagsbatch
* refactor: refactor save to usq sq
* fix: fixed missing wildcard in LIKE operator
* refactor: fixed previous double call to database with a cleaner approach
* refactor: removed debug logs
* refactor: removed debug logs
* fix: added a new error checking as Limit accepts uint and the function parameter accepts int
* fix: golangcilint error
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2021-04-09 11:13:31 +02:00
..
2021-04-01 13:44:56 -04:00
2021-03-15 19:51:49 +05:30
2021-04-06 10:39:48 -04:00
2021-04-06 10:39:48 -04:00
2021-04-01 13:44:56 -04:00
2021-03-22 11:03:26 +03:00
2021-04-09 11:13:31 +02:00
2021-04-09 11:13:31 +02:00
2021-04-06 10:39:48 -04:00
2021-01-04 11:32:29 +05:30
2021-04-01 13:44:56 -04:00
2021-04-06 10:39:48 -04:00