Serious bug when obtain data in MySQL

Stimulsoft Reports.PHP discussion
Post Reply
tony.tomov
Posts: 72
Joined: Mon Jun 07, 2010 2:39 am

Serious bug when obtain data in MySQL

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Serious bug when obtain data in MySQL

Post by Vladimir »

Hello, Tony

We fixed the error, please see the attached archive.

Thank you.
Attachments
826.database_mysql.zip
(1.49 KiB) Downloaded 173 times
tony.tomov
Posts: 72
Joined: Mon Jun 07, 2010 2:39 am

Serious bug when obtain data in MySQL

Post by tony.tomov »

Hello Vladimir.

Thanks for the quick fix - works ok.

Tony
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Serious bug when obtain data in MySQL

Post by Vladimir »

We are always glad to help you.

Thank you.
Post Reply