Monotone-Parent: e862ec9df7a40d9361fca6b959f96c844ff74060

Monotone-Revision: 281488f5ccd9072f8845d50a816057f4a181d5b9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-11-26T20:44:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-11-26 20:44:58 +00:00
parent 126b92fb1e
commit e77aba5bd6
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -136,8 +136,8 @@ static NSString *uidColumnName = @"c_uid";
if ([value isNotNull])
{
defFlags.isNew = NO;
#warning The result is supposed to be unescaped, why re-unescaping it here ?
value = [value stringByReplacingString: @"''" withString: @"'"];
/* The following enables the restitution of coded unicode (\U1234)
characters with the Oracle adaptor. */
value = [value stringByReplacingString: @"\\\\" withString: @"\\"];
}
else