Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
legacyTableSchema
Method · 0.95
schemas
Method · 0.95
trigger
Method · 0.95
tableSchema
Method · 0.95
dropTrigger
Method · 0.95
view
Method · 0.95
createView
Method · 0.95
dropView
Method · 0.95
findFirst
Method · 0.95
selectTable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected