AntiPattern
SQL Type Semantics Drift
sql-type-semantics-drift
Type resolution in SQL/DSL silently shifts when parameters and literals lack explicit context—Long arrays, nulls, floats, and strings get coerced to unintended types—so queries format or filter differently, breaking record fetching and numeric/string expectations.