TMysqlMetaData.php does some string comparisons with "=" instead of "LIKE".
This causes problems with Mysql 5.1 as described in my post here:
http://www.pradosoft.com/forum/index.php?topic=12713.0
Prado version used: prado-3.1.7.r2783
After changing the operators it works.
Original issue reported on code.google.com by daschat...@googlemail.com on 15 Jun 2010 at 11:58
Original issue reported on code.google.com by
daschat...@googlemail.com
on 15 Jun 2010 at 11:58Attachments: