View Issue Details

IDProjectCategoryView StatusLast Update
0001987OXID eShop (all versions)5. ------ UpdateApp / Update ------public2010-09-10 14:09
ReporterStefan_Werner Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0_beta3 
Target Version4.4.0 revision 28699Fixed in Version4.4.3 revision 30016 
Summary0001987: Collation changes during update from 4.0.0.0 to 4.4.0
Descriptiongot an 4.0.0.0 DB with latin_general_ci

perform UpdateApp 4.0.0.0 to 4.4.0

after that i have mixed collations UTF8 and latin_general_ci
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0000808 resolvedalfonsas_cirtautas Charset changed to UTF8 for database during update to 4.1.0 

Activities

Stefan_Werner

2010-09-02 16:15

reporter   ~0003472

after Update fromm 4.0.0.0 to 4.4.2 following tables are changed

oxstates
oxobject2seodata
oxacceptedterms

if needed i have an demo dump, just ask

dainius.bigelis

2010-09-07 14:30

reporter   ~0003486

Basically - it's the same bug as described in 0000808. Just, earlier we had no chance to fix this in update script, where the issue occured.
Now we have cumulative Update packages, which are released together with each new eShop version. So fix in some previous Update script resolves a problem and does not makes any confusion.

As the fix, the query:
  ALTER SCHEMA CHARACTER SET utf8 COLLATE utf8_general_ci;
... is removed from update sql file.
For those, who already upgraded shops and have broken collations, please check entry 0000808 for solution how to fix it.