tel8618217223380 / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

String comparison with "=" does not work in Mysql 5.1 #268

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in trunk r2853.

Original comment by rojaro@gmail.com on 15 Jun 2010 at 2:10