google-code-export / dblinq2007

Automatically exported from code.google.com/p/dblinq2007
Other
0 stars 0 forks source link

Nullable ulong, NOT Nullable long! #301

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. It use long?, but DbType="bigint unsigned" with MySQL

What is the expected output? What do you see instead?
It must using type ulong?, not long?

What version of the product are you using? On what operating system?
DBLinq 0.20.1
Windows 7 x64
Visual Studio 2010

Please provide any additional information below.
ulong? <=> System.Nullable<ulong>
long? <=> System.Nullable<long>

Original issue reported on code.google.com by viru...@gmail.com on 2 Feb 2011 at 11:36