MCPcopy Create free account
hub / github.com/outerbase/studio / escapeId

Method escapeId

src/drivers/sqlite-base-driver.ts:75–77  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

73 };
74
75 escapeId(id: string) {
76 return `"${id.replace(/"/g, '""')}"`;
77 }
78
79 escapeValue(value: unknown): string {
80 return escapeSqlValue(value);

Callers 10

legacyTableSchemaMethod · 0.95
schemasMethod · 0.95
triggerMethod · 0.95
tableSchemaMethod · 0.95
dropTriggerMethod · 0.95
viewMethod · 0.95
createViewMethod · 0.95
dropViewMethod · 0.95
findFirstMethod · 0.95
selectTableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected