Expand description
Shared identifier validation for all database backends.
Functionsยง
- quote_
identifier - Wraps
nameinquote_charfor safe use in SQL statements. - quote_
string - Wraps
valuein single quotes for safe use as a SQL string literal. - validate_
identifier - Validates that
nameis a non-empty identifier without control characters.