AntiPattern
SQL Dialect Type Drift
sql-dialect-type-drift
JSON/text casting and operator semantics drift across SQL dialects and query builders because implicit types, missing functions, or unsupported JSON/text operators get inferred differently, causing extra quoting, null-as-text defaults, and mismatched string parsing behavior.