AcadeDoc/apps
Corentin 60654d5d2f fix(backlinks): read workspaceId from camelCased Kysely row
Kysely's CamelCasePlugin (configured globally) rewrites snake_case
columns to camelCase on result rows, so result.rows[0].workspace_id
was undefined and the subsequent insert hit UNDEFINED_VALUE, leaving
acadenice_backlink empty and the Knowledge Graph blank.
2026-05-12 09:08:03 +00:00
..
client fix(database-view): pick a database before listing tables 2026-05-11 12:28:38 +00:00
extension-clipper refactor(acadedoc): rename API routes /api/acadenice -> /api/v1 — R5.1 2026-05-08 14:52:49 +02:00
server fix(backlinks): read workspaceId from camelCased Kysely row 2026-05-12 09:08:03 +00:00