Jesse Hallam
ebe03c1d45
Channel Store: No SELECT * ( #32167 )
...
* Replace SELECT * with explicit column lists in channel store
Migrates channel_store.go away from SELECT * patterns to explicit column
lists for better performance, maintainability, and schema safety.
- Replace GetPinnedPosts raw SQL with query builder using postSliceColumns()
- Replace "cc.*" in group channel search with channelSliceColumns()
- Replace GetChannelsBatchForIndexing raw SQL with query builder
- Replace channel member and team queries with respective column helpers
- Use SelectBuilder helper instead of manual ToSql() calls
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
* Replace SELECT * with COUNT(*) in user_test.go
Replaces unnecessary SELECT * queries with SELECT COUNT(*) in
TestPermanentDeleteUser bot count verification. Only needs to check
the count of bots, not retrieve full bot records.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-02 15:35:54 +00:00
..
2025-04-02 13:39:28 +02:00
2025-06-01 12:05:57 +02:00
2023-03-22 17:22:27 -04:00
2023-12-04 18:34:57 +01:00
2025-05-15 11:33:08 +02:00
2025-05-15 11:33:08 +02:00
2023-06-11 10:54:35 +05:30
2025-04-23 08:37:06 +02:00
2023-06-11 10:54:35 +05:30
2024-12-10 09:57:19 -04:00
2024-03-12 08:36:05 -06:00
2025-02-13 17:11:13 -06:00
2023-06-11 10:54:35 +05:30
2025-06-09 15:41:07 -04:00
2023-06-14 11:05:21 +02:00
2025-06-20 01:27:28 +00:00
2025-05-30 13:58:26 +02:00
2025-07-02 15:35:54 +00:00
2023-06-11 10:54:35 +05:30
2025-04-23 05:08:43 +08:00
2023-06-11 10:54:35 +05:30
2025-04-22 19:37:10 +00:00
2023-06-11 10:54:35 +05:30
2025-04-22 19:37:10 +00:00
2023-06-11 10:54:35 +05:30
2025-03-26 10:23:08 -03:00
2025-05-30 13:58:26 +02:00
2024-12-10 09:57:19 -04:00
2023-08-30 11:21:43 -04:00
2024-12-10 09:57:19 -04:00
2023-06-11 10:54:35 +05:30
2025-03-13 19:19:38 +05:30
2023-06-11 10:54:35 +05:30
2025-02-26 15:40:52 -05:00
2023-06-11 10:54:35 +05:30
2025-02-04 21:54:01 +05:30
2023-06-11 10:54:35 +05:30
2025-05-30 16:20:05 +00:00
2025-05-30 13:58:26 +02:00
2024-12-10 09:57:19 -04:00
2024-12-10 09:57:19 -04:00
2023-06-11 10:54:35 +05:30
2025-06-24 21:38:30 +00:00
2023-06-11 10:54:35 +05:30
2024-12-10 09:57:19 -04:00
2023-06-11 10:54:35 +05:30
2025-04-22 19:29:09 +00:00
2025-05-30 13:58:26 +02:00
2025-05-21 17:31:18 +00:00
2025-05-21 17:31:18 +00:00
2023-06-11 10:54:35 +05:30
2025-04-22 17:27:33 -03:00
2023-06-11 10:54:35 +05:30
2025-02-07 16:38:49 -04:00
2023-11-20 09:42:07 -05:00
2025-02-05 16:06:43 -05:00
2023-06-11 10:54:35 +05:30
2024-12-10 09:57:19 -04:00
2023-06-11 10:54:35 +05:30
2025-06-16 02:30:21 +02:00
2023-06-11 10:54:35 +05:30
2024-12-10 09:57:19 -04:00
2023-06-11 10:54:35 +05:30
2025-06-16 02:30:21 +02:00
2023-06-11 10:54:35 +05:30
2025-06-09 15:41:07 -04:00
2024-12-10 09:57:19 -04:00
2025-04-23 15:06:04 -04:00
2023-06-11 10:54:35 +05:30
2025-05-31 14:53:42 +05:30
2025-01-13 11:41:44 +00:00
2025-05-13 12:45:35 +02:00
2025-01-13 11:41:44 +00:00
2025-01-13 11:41:44 +00:00
2025-01-13 11:41:44 +00:00
2025-05-27 13:38:05 +02:00
2023-06-11 10:54:35 +05:30
2024-12-10 09:57:19 -04:00
2023-06-11 10:54:35 +05:30
2025-06-13 16:51:12 +02:00
2023-06-11 10:54:35 +05:30
2025-06-11 18:16:05 -03:00
2023-06-11 10:54:35 +05:30
2025-06-11 18:16:05 -03:00
2024-11-04 11:39:35 +05:30
2024-12-15 21:11:36 +01:00
2025-06-19 11:33:55 +02:00
2025-06-19 11:33:55 +02:00
2023-06-11 10:54:35 +05:30
2025-06-11 18:16:05 -03:00
2023-06-11 10:54:35 +05:30
2025-03-12 19:35:33 +00:00
2025-06-15 10:07:56 +02:00
2023-06-11 10:54:35 +05:30
2025-06-26 12:52:02 +02:00
2025-02-05 16:06:43 -05:00
2025-02-06 12:36:31 -04:00
2025-02-06 12:36:31 -04:00
2025-06-17 09:20:34 +05:30
2025-06-02 09:59:21 +02:00
2025-06-19 11:33:55 +02:00
2023-06-11 10:54:35 +05:30
2025-01-23 11:06:36 -04:00
2023-06-11 10:54:35 +05:30
2025-06-11 18:16:05 -03:00
2023-06-11 10:54:35 +05:30
2025-03-28 15:44:52 -03:00
2025-05-30 13:58:26 +02:00
2023-06-11 10:54:35 +05:30
2025-06-09 15:41:07 -04:00
2023-06-11 10:54:35 +05:30
2025-01-21 00:20:04 -04:00
2023-06-11 10:54:35 +05:30
2025-06-11 18:16:05 -03:00
2023-06-11 10:54:35 +05:30
2025-03-31 13:47:43 -03:00
2023-06-11 10:54:35 +05:30
2025-06-13 16:51:12 +02:00
2023-06-11 10:54:35 +05:30
2025-03-28 15:44:52 -03:00
2025-05-30 13:58:26 +02:00
2025-05-21 17:31:18 +00:00
2023-06-11 10:54:35 +05:30
2025-03-28 21:58:26 +00:00