fix: persist workbench projection cursor
This commit is contained in:
@@ -429,6 +429,9 @@ function createFakeQueryClient({ migrationReady, countErrorCode = null }) {
|
||||
}
|
||||
return { rows: [{ count: 0 }] };
|
||||
}
|
||||
if (sql.startsWith("CREATE INDEX IF NOT EXISTS ")) {
|
||||
return { rows: [] };
|
||||
}
|
||||
throw new Error(`unexpected query: ${sql}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user