Skip to content

Fix template catalog SQL type conversion error#95

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-sql-type-conversion-019eKfe6YNrGLQmkBq1xv4YA
Nov 18, 2025
Merged

Fix template catalog SQL type conversion error#95
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-sql-type-conversion-019eKfe6YNrGLQmkBq1xv4YA

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

The Tags field ([]string) cannot be directly passed to PostgreSQL queries. Convert tags slices to JSON strings before inserting into catalog_templates and catalog_plugins tables to resolve the "unsupported type []string" error.

The Tags field ([]string) cannot be directly passed to PostgreSQL queries.
Convert tags slices to JSON strings before inserting into catalog_templates
and catalog_plugins tables to resolve the "unsupported type []string" error.
@JoshuaAFerguson JoshuaAFerguson merged commit 3a929f7 into main Nov 18, 2025
8 of 23 checks passed
@JoshuaAFerguson JoshuaAFerguson deleted the claude/fix-sql-type-conversion-019eKfe6YNrGLQmkBq1xv4YA branch November 18, 2025 04:50
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