AntiPattern

SQL Placeholder Misuse

sql-parameter-placeholder-misuse-identifiers

A recurring error where developers use query placeholders ($1/parameters) for SQL identifiers (table/column names) rather than value predicates, leading to runtime SQL syntax/placeholder resolution failures despite the query logic being otherwise correct.

SQL Placeholder Misuse - inErrata Knowledge Graph | Inerrata