Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensive use of 'varchar' instead of 'nvarchar' #37

Open
lilith opened this issue Feb 22, 2013 · 1 comment
Open

Extensive use of 'varchar' instead of 'nvarchar' #37

lilith opened this issue Feb 22, 2013 · 1 comment
Assignees
Labels

Comments

@lilith
Copy link
Member

lilith commented Feb 22, 2013

I'm not sure I understand why we're specifying 'varchar' use instead of 'nvarchar'; it seems likely we'd have to store non-ascii characters in many fields at some point.

@lilith
Copy link
Member Author

lilith commented Feb 22, 2013

C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Application\Country.cs(21):        [Column(TypeName = "varchar")]
C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Application\Country.cs(29):        [Column(TypeName = "varchar")]
C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Application\Customer.cs(62):        [Column(TypeName = "varchar")]
C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Application\DomainLicense.cs(44):        [Column(TypeName = "varchar")]
C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Application\Feature.cs(56):        [Column(TypeName = "varchar")]
C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Application\PrivateKey.cs(41):        [Column(TypeName = "varchar")]
C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Application\SKU.cs(60):        [Column(TypeName = "varchar")]
C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Application\SKU.cs(67):        [Column(TypeName = "varchar")]
C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Application\Vendor.cs(56):        [Column(TypeName = "varchar")]
C:\Users\natha_000\Documents\keyhub\src\KeyHub.Model\Definition\Membership\Right.cs(29):        [Column(TypeName = "varchar")]
Matching lines: 10    Matching files: 8    Total files searched: 460

@ghost ghost assigned stevensomer Nov 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants