Skip to content

Commit aa02c4e

Browse files
committed
add preserveSingleQuotes function for adobe fix
1 parent 63004b0 commit aa02c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/wheels/model/adapters/Base.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ component output=false extends="wheels.Global"{
7070
else {
7171
// regular SQL string part
7272
part = replace(preserveSingleQuotes(part), "[[comma]]", ",", "all");
73-
writeOutput(part);
73+
writeOutput(preserveSingleQuotes(part));
7474
}
7575

7676
writeOutput(newLine);

0 commit comments

Comments
 (0)