back interdiff of round #1 and #0

*/db: actually enable foreign keys #459

merged
opened by winter.bsky.social targeting master from winter.bsky.social/core: push-zrzuvtwqqook

sql.DB pools connections, which means that there's a good chance that our foreign keys aren't actually being enforced, unless a goroutine happens to be using the connection that was made when we set pragma foreign_keys = 1.

Signed-off-by: Winter winter@winter.cafe

files
appview
db
cmd
punchcardPopulate
eventconsumer
cursor
knotserver
db
rbac
spindle
db
secrets
ERROR
appview/db/db.go

Failed to calculate interdiff for this file.

ERROR
cmd/punchcardPopulate/main.go

Failed to calculate interdiff for this file.

ERROR
eventconsumer/cursor/sqlite.go

Failed to calculate interdiff for this file.

ERROR
knotserver/db/init.go

Failed to calculate interdiff for this file.

ERROR
rbac/rbac.go

Failed to calculate interdiff for this file.

ERROR
rbac/rbac_test.go

Failed to calculate interdiff for this file.

ERROR
spindle/db/db.go

Failed to calculate interdiff for this file.

ERROR
spindle/secrets/sqlite.go

Failed to calculate interdiff for this file.