mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 17:56:34 +00:00
PG rejects integer 0/1 for BOOLEAN columns. Replaced all B() calls with native JS booleans — works for both SQLite (coerces true→1, false→0) and PG (native BOOLEAN). Removed B() import and PG adapter coercion hack. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| bsb-tests.json | ||
| package.json | ||
| tsconfig.json | ||