Skip to content

Fix default group not displaying on groups page#85

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-default-group-display-01SpxA51Fp6RuosgF9wANsB7
Nov 18, 2025
Merged

Fix default group not displaying on groups page#85
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-default-group-display-01SpxA51Fp6RuosgF9wANsB7

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

…ures

Use COALESCE to convert NULL values to empty strings for display_name and description columns in GetGroup, GetGroupByName, and ListGroups functions. This fixes the issue where groups were not displaying because scanning NULL values into Go string types caused silent failures (errors were being silently skipped with continue).

…ures

Use COALESCE to convert NULL values to empty strings for display_name
and description columns in GetGroup, GetGroupByName, and ListGroups
functions. This fixes the issue where groups were not displaying
because scanning NULL values into Go string types caused silent
failures (errors were being silently skipped with continue).
@JoshuaAFerguson JoshuaAFerguson merged commit d5d5ab7 into main Nov 18, 2025
9 of 23 checks passed
@JoshuaAFerguson JoshuaAFerguson deleted the claude/fix-default-group-display-01SpxA51Fp6RuosgF9wANsB7 branch November 18, 2025 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants