From: Alexx (JIRA) <tr...@fi...> - 2014-04-28 21:14:29
|
Diacritic replaced when EF update records ----------------------------------------- Key: DNET-553 URL: http://tracker.firebirdsql.org/browse/DNET-553 Project: .NET Data provider Issue Type: Bug Components: Entity Framework support Affects Versions: 4.1.5.0 Environment: Win7 x64 (and x86 too), Fbclient 2.5.2, EF5, database with iso8859-1 charset Reporter: Alexx Assignee: Jiri Cincura I'm using EF code first and mapped varchar field that contains some diacritics. Retrieve one record with diacritic, concatenate space (only to enforce updating) and submit changes. All diacritics updated or inserted with EF are replaced by a dot. Inserting an equivalent record (with diacritics) by FbCommand and exactly the same connectionstring do not cause this problem. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |