xb

Common Errors (English)

Quick reference for mistakes originally documented in xb/doc/COMMON_ERRORS.md. Use this checklist before opening an issue.


1. Builder usage


2. Auto-filter surprises


3. Custom adapters


4. SQL execution


5. Debug workflow

  1. Print built.SqlOfSelect() and built.Args (or built.ArgsAsStrings() in other languages).
  2. Inspect built.Raw() to ensure the AST matches expectations.
  3. Add regression tests around the failing scenario.

More edge cases live in doc/en/TESTING_STRATEGY.md and doc/en/FILTERING.md.