Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/drawdb-io/drawdb
/ escapeQuotes
Function
escapeQuotes
src/utils/exportSQL/shared.js:29–31 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
27
}
28
29
export
function
escapeQuotes(str) {
30
return
str.replace(/[
']/g, "'
$&");
31
}
32
33
export
function
exportFieldComment(comment) {
34
if
(comment ===
""
) {
Callers
15
toPostgres
Function · 0.90
jsonToMySQL
Function · 0.90
jsonToPostgreSQL
Function · 0.90
jsonToMariaDB
Function · 0.90
toMariaDB
Function · 0.90
generateAddExtendedPropertySQL
Function · 0.90
toMySQL
Function · 0.90
columnDefinition
Function · 0.90
toTable
Function · 0.90
toTypeDefinition
Function · 0.90
toEnumDefinition
Function · 0.90
generateMigrationSQL
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected