Nobody/Anonymous
-
2010-06-15
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.