Hi,
three big bugs:
- if you change a row with a 'set' field, phpMyAdmin saves : 'Array$' instead of the field values
- on 'enum' fields tbl_change.php3 lose the enum state
- the binary field protection binary varchars is not working if the $cfgProtectBlob=true. In RC3 it works fine.
Regards,
Steve Alberty a écrit :
Hi,
- the binary field protection binary varchars is not working if the $cfgProtectBlob=true. In RC3 it works fine.
Some users told us that, according to the manual,the binary attribute does not mean that the *contents* is binary, it only is an indication for sorting.
So there is no more protection for fields with the binary attribute.
Marc