From: Геннадий З. <zab...@gm...> - 2015-08-30 04:39:05
|
Fresh PR for this issue: https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/pull/35 On 27 August 2015 at 07:58, Jiří Činčura <ji...@ci...> wrote: >> One more question about string.Equals. Comparison type used in IndexOf >> calls is StringComparison.CurrentCultureIgnoreCase. My question why this >> used instead of OrdinalIgnoreCase? >> My current optimization, including StringComparison change decreased >> timings to 22 (names) vs 6 (indexes) seconds. > > Because of national characters. Somebody might use these in parameter name. Although it's pretty weird, I had similar issue in DDEX. > -- > Mgr. Jiří Činčura > Independent IT Specialist > > > ------------------------------------------------------------------------------ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |