Serious bug when obtain data in MySQL
Posted: Wed Feb 09, 2011 11:27 am
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
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