View Issue Details

IDProjectCategoryView StatusLast Update
0000621OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
Reportertjungcl Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.1.0 revision 15990 
Fixed in Version4.1.0 revision 17976 
Summary0000621: OXVARNAME Field Type VARCHAR(32) a bit stingy
DescriptionEven the OXTEMPLATE field, which contains only a filename without path, is four times bigger. OXARTNUM is even varchar(255)...

A name like "Flamingo // Guest towels, set of 2" cant be imported, which would limit our applicability of oxid eshop very much.

TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-02-23 15:08

reporter   ~0000458

As such requests can be setuped easily on local DB according to needs, it's not a Blocker bug. But for convenience, this will be fixed in future releases.

tjungcl

2009-02-23 15:14

reporter   ~0000459

Oh, i wasnt aware that i can change the data-modell without risking to loose update-ability.

I thought, every eshop-version-update could change the fieldtype back to varchar(32) which would delete half of my data.

dainius.bigelis

2009-02-23 15:26

reporter   ~0000463

Last edited: 2009-02-23 15:27

For bugfix - extend OXVARNAME to VARCHAR(128)

arvydas_vapsva

2009-02-25 16:14

reporter   ~0000486

OXVARNAME/OXVARSELECT fields length increased to 255 chars