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
Original issue reported on code.google.com by
viru...@gmail.com
on 2 Feb 2011 at 11:36