Skip to content

maybeQuoteIdentifier

maybeQuoteIdentifier(value): string

Defined in: packages/contracts/src/sql-identifier.ts:125

Quote only when required: bare for a simple, non-reserved identifier; quoted otherwise. Keeps generated SQL stable for the common case while never emitting a reserved word or mixed-case name unquoted.

string

string