View Issue Details

IDProjectCategoryView StatusLast Update
0000790OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reporterdainius.bigelis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.0 revision 17976 
Fixed in Version4.1.1 revision 18442 
Summary0000790: Different column types of same fields in oxobject2attribute
DescriptionIn the table oxobject2attribute in the CE database there are different column types for columns OXVALUE:
  `OXVALUE` varchar(255) NOT NULL default '',
<...>
  `OXVALUE_1` char(255) NOT NULL default '',
  `OXVALUE_2` char(255) NOT NULL default '',
  `OXVALUE_3` char(255) NOT NULL default '',

In PE and EE all these columns are char(255). Please check what type this column should be and fix where needed to make the same type for all these columns
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.