Skip to content

Commit

Permalink
DNET-513
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Aug 17, 2013
1 parent 40d8ca6 commit ecb9fb1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ public class FbProviderManifest : DbXmlEnabledProviderManifest

internal const int BinaryMaxSize = Int32.MaxValue;
internal const int AsciiVarcharMaxSize = 32765;
internal const int UnicodeVarcharMaxSize = AsciiVarcharMaxSize;
internal const int UnicodeVarcharMaxSize = AsciiVarcharMaxSize / 4;
internal const char LikeEscapeCharacter = '\\';

private System.Collections.ObjectModel.ReadOnlyCollection<PrimitiveType> _primitiveTypes = null;
Expand Down

0 comments on commit ecb9fb1

Please sign in to comment.