JSchemaChangeitemSqlsrv::fixQuote
Fixes up a string for inclusion in a query.
Replaces name quote character with normal quote for literal. Drops trailing semi-colon. Injects the database prefix.
Signature
private function fixQuote(string
$stringĀ )
Parameters
-
$string
- The input string to be cleaned up.
Returns
- string
- The modified string.