Files
deepseek-harness/packages/session/session-persistence-sqlite/tests/resources/sql/delete-session-by-id.sql
T
_Kerman 50ad2aba19 fix(session-persistence): repair persistence CI gates
- document the exported SqliteStore prefix/suffix loaders (verify-export-jsdoc)
- share createStoredEventRead from session-persistence so the standalone
  SQLite store stops duplicating the service helper (duplication gate)
- route replaceStored header upserts through writeRow (duplication gate)
- move replacement/conflict test SQL into closed test resources so the
  SQLite SQL resource boundary test passes
2026-08-20 14:21:47 +08:00

3 lines
35 B
SQL

DELETE FROM sessions
WHERE id = ?;