mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user