jonpryor / dblinq2007

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

MySqlMetal will create a short for an unsigned MEDIUMINT #344

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MySqlMetal will create a short for an unsigned MEDIUMINT

mediumint is a 3 byte value.  Should either make it an int or create some 
new limited value type to properly support it.  Or have mysqlmetal 
error/warn saying it's not supported.

Original issue reported on code.google.com by bryanliv...@gmail.com on 13 Jun 2007 at 6:35