mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
fix(web): align session search contracts
This commit is contained in:
@@ -628,6 +628,8 @@ export class SessionQuerySqlite extends SessionQueryService {
|
||||
offset,
|
||||
]
|
||||
assertPortableBindingCount(bindings.length)
|
||||
// The browser fixture mirrors these rank keys in
|
||||
// `packages/client/connection/src/client/fixture.ts`; update both together.
|
||||
return this._requireDb().prepare(`
|
||||
${selected.sql},
|
||||
filtered AS (
|
||||
|
||||
@@ -5,7 +5,7 @@ import { mkdir, open } from 'node:fs/promises'
|
||||
import { dirname, resolve } from 'node:path'
|
||||
|
||||
/** Current derived-index schema version. Incompatible versions reset in place. */
|
||||
export const SESSION_QUERY_SQLITE_SCHEMA_VERSION = 5
|
||||
export const SESSION_QUERY_SQLITE_SCHEMA_VERSION = 6
|
||||
|
||||
/** SQLite application id protecting unrelated databases from derived resets. */
|
||||
export const SESSION_QUERY_SQLITE_APPLICATION_ID = 0x44534851
|
||||
|
||||
Reference in New Issue
Block a user