AntiPattern
JSON SQL Semantics Drift
json-sql-semantics-drift
JSON values are interpreted differently across SQL dialects and helper APIs (jOOQ, SQLite json_extract, PostgreSQL jsonb operators), so queries either coerce booleans, ignore per-row JSON, or fail to merge patches—producing silently wrong results.