BetterFrame/server/src
Mitchell R e3254ed46b
fix(db): rewrite INSERT OR IGNORE to ON CONFLICT DO NOTHING for PG
SQLite INSERT OR IGNORE syntax not valid in PG. PG adapter now
auto-rewrites to INSERT INTO ... ON CONFLICT DO NOTHING. Fixes
attach layout, label assignments, and join table inserts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-25 00:12:25 +02:00
..
plugins fix(db): clean config field names under db: object 2026-05-24 05:12:53 +02:00
schemas feat(smart-url): automated login/navigation sequences for web cells 2026-05-23 02:21:27 +02:00
scripts feat(layout): add branded none cells 2026-05-11 09:38:50 +02:00
shared fix(db): rewrite INSERT OR IGNORE to ON CONFLICT DO NOTHING for PG 2026-05-25 00:12:25 +02:00
web-static feat(layout-editor): visual drag-resize grid editor for layout cells 2026-05-23 02:28:42 +02:00
web-templates feat(cloud-cameras): type=cloud + bidirectional sync + PG default 2026-05-23 11:36:49 +02:00