Issue 41: spec dumper treats override_id 0 as NULL
Status:  Fixed
Owner:
Closed:  Jun 2010
Reported by daniel.d...@gmail.com, Nov 11, 2009
mysql> select * from enum_map where field_id = 744;
+--------+----------+---------+---------+
| row_id | field_id | enum_id | sortval |
+--------+----------+---------+---------+
|    151 |      744 |     261 |      11 | 
|    153 |      744 |     263 |       1 | 
+--------+----------+---------+---------+
2 rows in set (0.01 sec)

mysql> select * from enum where enum_id in (261,263);
+---------+---------+---------+-------------+
| enum_id | handle  | name    | override_id |
+---------+---------+---------+-------------+
|     261 | real    | Real    |           1 | 
|     263 | virtual | Virtual |           0 | 
+---------+---------+---------+-------------+

Yet dumper shows:

schema=esrp_main	table=product	field=type	cmd=ENUMOPT	handle=virtual
enum_id=263	override_id=NULL	name=Virtual


Jun 17, 2010
#1 dan...@drjays.com
I believe this was fixed a while ago.
Status: Fixed
Owner: dan...@drjays.com