Revision 58a1b54b
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
SL/DBUtils.pm | ||
---|---|---|
96 | 96 |
return "NULL" unless defined $str; |
97 | 97 |
return "current_date" if $str =~ /current_date/; |
98 | 98 |
|
99 |
$str =~ s/'/''/g;
|
|
99 |
$str =~ s/\'/\'\'/g;
|
|
100 | 100 |
return "'$str'"; |
101 | 101 |
} |
102 | 102 |
|
Auch abrufbar als: Unified diff
Quoting von Anführungszeichen für besseres Syntaxhighlighting.