You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a column with enum type
2. Run ZDMG
3. $res is undefined on /var/www/zdmg/class/Make.mysql.php on line 48
What is the expected output? What do you see instead?
The type itself, not being shown due to lack of verbose
What version of the product are you using? On what operating system?
0.6, Ubuntu Linux
Please provide any additional information below.
This can be fixed by adding enum to the regular expression at line 39, on
Make.mysql.php so ZDMG will know this is a string type.
//
} elseif(preg_match('/(datetime|timestamp|blob|char|enum)/', $str)) {
Original issue reported on code.google.com by [email protected] on 16 Feb 2012 at 1:29
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Feb 2012 at 1:29The text was updated successfully, but these errors were encountered: