My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 41: spec dumper treats override_id 0 as NULL
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  dan...@drjays.com
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

Powered by Google Project Hosting