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-06-10 15:04:57 -03:00
2023-10-11 10:13:36 +02:00
2025-04-01 13:57:43 -06:00
2025-05-29 07:44:50 +02:00
2023-11-10 15:24:12 +01:00
2024-10-01 14:06:45 -04:00
2025-06-17 09:20:34 +05:30
2025-05-21 17:31:18 +00:00
2025-05-27 13:38:05 +02:00
2025-06-10 15:04:57 -03:00
2024-11-07 10:11:55 +01:00
2023-08-24 12:33:53 -04:00
2025-06-19 11:52:16 +02:00
2025-07-01 20:48:57 +02:00
2025-07-01 20:48:57 +02:00
2025-05-30 13:58:26 +02:00
2025-05-12 13:37:58 -04:00
2025-02-04 21:54:01 +05:30
2025-05-30 13:58:26 +02:00
2025-06-10 16:10:28 -07:00
2025-06-25 20:37:32 -04:00
2025-05-30 13:58:26 +02:00
2025-03-17 14:22:07 +01:00
2025-05-30 13:58:26 +02:00
2025-04-10 22:22:03 +03:00
2025-05-30 13:58:26 +02:00
2024-10-22 16:00:26 +02:00
2025-05-30 13:58:26 +02:00
2025-04-14 11:51:46 +02:00
2025-05-21 16:35:00 +02:00
2025-05-30 13:58:26 +02:00
2023-06-11 10:54:35 +05:30
2025-05-30 13:58:26 +02:00
2025-02-13 17:11:13 -06:00
2025-05-30 13:58:26 +02:00
2025-06-20 00:48:12 +00:00
2025-06-20 00:48:12 +00:00
2025-06-30 16:43:59 -05:00
2025-06-01 12:05:57 +02:00
2024-07-31 08:31:55 -04:00
2023-10-11 10:13:36 +02:00
2024-02-15 13:01:44 +01:00
2023-03-22 17:22:27 -04:00
2025-05-30 13:58:26 +02:00
2024-04-24 11:52:33 +02:00
2025-05-30 13:58:26 +02:00
2025-03-20 12:53:50 +01:00
2023-11-06 12:26:17 +01:00
2025-05-30 13:58:26 +02:00
2025-06-06 15:07:54 +02:00
2023-03-22 17:22:27 -04:00
2023-11-06 12:26:17 +01:00
2025-05-30 13:58:26 +02:00
2025-05-27 13:38:05 +02:00
2023-06-11 10:54:35 +05:30
2025-05-30 13:58:26 +02:00
2024-11-04 13:27:07 +01:00
2025-05-30 13:58:26 +02:00
2023-06-11 10:54:35 +05:30
2025-05-30 13:58:26 +02:00
2025-01-13 18:16:56 +05:30
2025-05-30 13:58:26 +02:00
2023-12-19 10:00:01 +01:00
2025-05-30 13:58:26 +02:00
2025-04-09 11:38:36 +02:00
2025-05-30 13:58:26 +02:00
2025-05-15 11:33:08 +02:00
2025-05-30 13:58:26 +02:00
2024-08-23 17:43:47 +02:00
2024-12-18 17:36:17 +01:00
2025-05-30 13:58:26 +02:00
2025-04-09 11:38:36 +02:00
2025-05-30 13:58:26 +02:00
2023-06-11 10:54:35 +05:30
2025-04-11 12:12:59 +02:00
2025-05-30 13:58:26 +02:00
2024-04-22 12:03:28 +02:00
2025-05-30 13:58:26 +02:00
2024-11-14 08:42:32 +01:00
2025-06-19 11:20:23 +02:00
2025-05-07 10:04:17 +02:00
2025-05-30 13:58:26 +02:00
2025-05-20 11:15:25 +02:00
2025-06-24 15:11:02 -03:00
2023-06-11 10:54:35 +05:30
2023-06-11 10:54:35 +05:30
2025-06-13 10:43:30 +00:00
2025-06-13 10:43:30 +00:00
2025-06-10 12:06:38 +02:00
2025-05-30 13:58:26 +02:00
2025-03-17 14:22:07 +01:00
2025-06-10 12:06:38 +02:00
2025-05-30 13:58:26 +02:00
2025-04-14 13:56:05 +02:00
2024-02-20 10:52:55 -05:00
2025-05-30 13:58:26 +02:00
2025-06-24 21:38:30 +00:00
2025-06-16 16:19:33 -04:00
2025-05-30 13:58:26 +02:00
2025-05-12 13:40:45 -04:00
2025-06-17 19:56:52 +00:00
2025-06-17 19:56:52 +00:00
2025-05-30 13:58:26 +02:00
2024-12-12 20:15:38 +01:00
2025-05-30 13:58:26 +02:00
2025-05-30 13:58:26 +02:00
2024-12-12 20:15:38 +01:00
2025-05-30 13:58:26 +02:00
2023-10-23 12:37:58 -04:00
2023-10-23 12:37:58 -04:00
2025-05-30 13:58:26 +02:00
2023-10-23 12:37:58 -04:00
2025-05-30 13:58:26 +02:00
2025-02-13 21:10:34 +05:30
2024-12-17 14:16:37 +01:00
2025-06-10 15:04:57 -03:00
2024-09-13 13:43:54 -04:00
2025-05-30 13:58:26 +02:00
2025-03-20 12:53:50 +01:00
2025-05-30 13:58:26 +02:00
2025-07-02 14:55:02 +02:00
2025-05-30 13:58:26 +02:00
2024-12-15 21:11:36 +01:00
2025-05-30 13:58:26 +02:00
2025-05-05 12:18:47 +02:00
2025-05-30 13:58:26 +02:00
2024-04-24 11:52:33 +02:00
2025-05-30 13:58:26 +02:00
2024-10-01 14:06:45 -04:00
2025-05-21 17:31:18 +00:00
2025-05-30 13:58:26 +02:00
2025-05-06 14:03:35 +05:30
2025-06-05 19:43:40 +02:00
2025-02-25 10:49:28 +01:00
2025-05-30 13:58:26 +02:00
2025-06-25 20:37:32 -04:00
2025-05-30 13:58:26 +02:00
2025-04-09 11:38:36 +02:00
2023-03-22 17:22:27 -04:00
2025-05-30 13:58:26 +02:00
2024-04-16 18:53:26 +05:30
2025-05-30 13:58:26 +02:00
2023-06-11 10:54:35 +05:30
2025-05-30 13:58:26 +02:00
2025-05-30 13:58:26 +02:00
2025-05-30 13:58:26 +02:00
2025-06-24 15:11:02 -03:00
2024-04-24 11:52:33 +02:00
2025-06-24 15:11:02 -03:00
2025-06-10 16:10:28 -07:00
2023-06-13 14:08:36 +05:30
2024-11-05 09:59:24 +01:00
2023-06-11 10:54:35 +05:30
2025-02-17 12:20:21 +05:30
2025-05-30 13:58:26 +02:00
2025-05-30 13:58:26 +02:00
2025-06-24 15:11:02 -03:00
2023-06-11 10:54:35 +05:30
2025-06-24 15:11:02 -03:00
2025-06-24 15:11:02 -03:00
2025-06-16 02:30:21 +02:00
2025-06-16 02:30:21 +02:00
2025-05-30 13:58:26 +02:00
2025-01-13 18:16:56 +05:30
2025-05-30 13:58:26 +02:00
2024-01-22 14:35:16 +01:00
2025-06-13 10:43:30 +00:00
2025-04-01 13:57:43 -06:00
2025-04-03 13:07:54 +05:30
2025-05-30 13:58:26 +02:00
2024-02-29 12:33:05 -05:00
2023-07-07 11:42:57 -04:00
2025-05-30 13:58:26 +02:00
2025-01-13 18:16:56 +05:30
2025-06-13 10:43:30 +00:00
2025-06-16 02:30:21 +02:00
2024-11-13 11:20:39 +01:00
2025-05-30 13:58:26 +02:00
2024-07-09 12:36:08 +02:00
2025-05-30 13:58:26 +02:00
2023-06-11 10:54:35 +05:30
2025-05-30 13:58:26 +02:00
2024-11-13 11:20:39 +01:00
2025-05-30 13:58:26 +02:00
2025-05-27 13:39:13 +02:00
2025-05-30 13:58:26 +02:00
2025-04-03 13:07:54 +05:30
2023-10-11 10:13:36 +02:00
2025-05-30 13:58:26 +02:00
2025-01-13 20:23:09 +01:00
2025-04-09 11:38:36 +02:00
2025-05-30 13:58:26 +02:00
2024-12-18 12:58:32 +05:30
2025-05-30 13:58:26 +02:00
2025-04-09 11:38:36 +02:00
2023-06-11 10:54:35 +05:30
2024-03-13 10:26:06 +05:30
2024-12-17 12:52:43 +01:00
2025-05-30 13:58:26 +02:00
2025-05-15 11:33:08 +02:00
2025-05-30 13:58:26 +02:00
2025-06-25 20:37:32 -04:00
2025-06-13 16:51:12 +02:00
2025-06-27 09:11:54 +02:00
2025-06-15 10:07:56 +02:00
2025-06-16 16:25:00 +02:00
2025-06-16 16:25:00 +02:00
2025-06-26 10:54:17 +00:00
2025-05-30 13:58:26 +02:00
2025-04-14 10:24:21 +02:00
2025-05-30 13:58:26 +02:00
2025-06-26 10:54:17 +00:00
2025-06-19 11:33:55 +02:00
2025-06-19 11:33:55 +02:00
2025-06-09 15:41:07 -04:00
2025-05-20 11:15:25 +02:00
2025-06-23 18:17:55 +02:00
2025-06-30 16:43:59 -05:00
2023-06-11 10:54:35 +05:30
2023-06-11 10:54:35 +05:30
2025-05-30 13:58:26 +02:00
2025-05-07 13:40:51 +02:00
2025-05-30 13:58:26 +02:00
2023-06-11 10:54:35 +05:30
2025-05-30 13:58:26 +02:00
2024-11-15 12:25:28 -05:00
2025-06-17 19:56:52 +00:00
2025-05-30 13:58:26 +02:00
2023-06-11 10:54:35 +05:30
2025-07-02 15:35:54 +00:00
2025-05-30 13:58:26 +02:00
2025-06-20 10:53:14 +02:00
2025-05-30 13:58:26 +02:00
2024-10-21 09:35:32 +05:30
2025-05-30 13:58:26 +02:00
2023-06-11 10:54:35 +05:30
2025-01-17 11:11:32 +05:30
2025-05-30 13:58:26 +02:00
2025-05-28 22:54:06 +00:00
2023-06-11 10:54:35 +05:30