Unsigned interger support planned?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
fbatrach
Posts: 1
Joined: Wed 29 Nov 2006 17:39

Unsigned interger support planned?

Post by fbatrach » Wed 29 Nov 2006 17:48

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

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 30 Nov 2006 08:25

We support 32, 24 and 16 bit unsigned integers. They are converted into long, int and int accordingly.

Post Reply