mysql odbc 5.1 decimal NULL converted to 0 share 176 days ago by leinad just found an error in the mysql odbc 5.1.5 implementation. If a decimal fields value is NULL, it is returned as 0 instead. This broke our application at various points. Here's a link to the confirmation on mysql.com http://forums.mysql.com/read.php?37,236311,237632#msg-237632 So, we're going back t ... |