mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Monotone-Parent: ed35a0aec1eed0f78e69e747bdd6871d62118111
Monotone-Revision: 64241052c164949118642194441e9a30cbdc3d58 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-02-21T20:51:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -134,12 +134,7 @@ static EOAttribute *textColumn = nil;
|
||||
defFlags.isNew = (row == nil);
|
||||
|
||||
value = [row objectForKey: fieldName];
|
||||
if ([value isNotNull])
|
||||
/* The following enables the restitution of coded unicode (\U1234)
|
||||
characters with the Oracle adaptor. */
|
||||
value = [value stringByReplacingString: @"\\\\"
|
||||
withString: @"\\"];
|
||||
else
|
||||
if (![value isNotNull])
|
||||
value = nil; /* we discard any NSNull instance */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user