﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
346	"psDBGenerateCreateTableSQL() incorrectly handles most ""META"" types"	jhoblitt	aaron.culliney@…	"Similar to bug #345, this function mishandles non-numeric types.  A
'PS_META_VEC'/etc. does not map to an SQL vachar.


        } else if ((item->type == PS_META_STR)         || (item->type ==
PS_META_VEC)    ||
                   (item->type == PS_META_IMG)         || (item->type ==
PS_META_HASH)   ||
                   (item->type == PS_META_LOOKUPTABLE) || (item->type ==
PS_META_JPEG)   ||
                   (item->type == PS_META_PNG)         || (item->type ==
PS_META_ASTROM) ||
                   (item->type == PS_META_UNKNOWN)     || (item->type ==
PS_TYPE_PTR)) {
            // + column name + _ + varchar( + length + )
            psStringAppend(&query, ""%s VARCHAR(%s)"", item->name, item->data.V);
        } else {"	defect	closed	high		astro	0.5.0	normal	fixed		
