MCPcopy Create free account
hub / github.com/bytebase/bytebase / isMySQLFamilyEngine

Function isMySQLFamilyEngine

frontend/src/utils/v1/sql.ts:249–250  ·  view source on GitHub ↗
(engine: Engine)

Source from the content-addressed store, hash-verified

247]);
248
249const isMySQLFamilyEngine = (engine: Engine): boolean =>
250 MYSQL_FAMILY_ENGINES.has(engine);
251
252const escapeSQLStringLiteral = (value: string, engine: Engine): string => {
253 let escaped = value;

Callers 2

escapeSQLStringLiteralFunction · 0.85
rowValueToSQLLiteralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected