#1482·sqlboiler

Compilation failure due to name collision with specific table names (e.g., personas)

Author: DeeCenCreated Sep 21, 2026Updated Sep 21, 2026

When a database table is named in certain forms (e.g., personas), SQLBoiler generates conflicting identifiers. Specifically, it results in generating a struct and a func with the same name Personas, leading to a Go compilation error.

Environment: SQLBoiler Version: v4.19.7