Page 1 of 1

Unsigned interger support planned?

Posted: Wed 29 Nov 2006 17:48
by fbatrach
We are interested in testing this product as the MySQL connector's performance is poor. However, our database uses unsigned 32, 24 and 16 bit unsigned integers as part of various PKs. It appears that MySQLDirect.NET doesn't yet support these MySQL datatypes. Does naybody know when (if) this support is going to be added?

TIA, Frank

Posted: Thu 30 Nov 2006 08:25
by Alexey
We support 32, 24 and 16 bit unsigned integers. They are converted into long, int and int accordingly.