Page 1 of 1

Serious bug when obtain data in MySQL

Posted: Wed Feb 09, 2011 11:27 am
by tony.tomov
Hello,
Just discover a serious bug
Used MysqlDriver

The query

SELECT a.item_no, a.item_name, a.unit_price FROM items a

Return all fields from the table
While this

SELECT item_no, item_name, unit_price FROM items

return the right one.

Note that in this case I'm unable to make any JOIN since always I have the data from the first table ?????
Please correct as soon as possible.

Regards
Tony

Serious bug when obtain data in MySQL

Posted: Thu Feb 10, 2011 1:52 am
by Vladimir
Hello, Tony

We fixed the error, please see the attached archive.

Thank you.

Serious bug when obtain data in MySQL

Posted: Thu Feb 10, 2011 2:23 am
by tony.tomov
Hello Vladimir.

Thanks for the quick fix - works ok.

Tony

Serious bug when obtain data in MySQL

Posted: Thu Feb 10, 2011 3:00 am
by Vladimir
We are always glad to help you.

Thank you.