shopware5 / SwagMigration

Shopware 5 Migration (Import from third party systems)
http://store.shopware.com/en/swag00426/migrating-from-other-shop-systems-to-shopware-4.html
MIT License
17 stars 40 forks source link

fix uppercase table aliases #9

Closed wbob closed 8 years ago

wbob commented 8 years ago

I ran into the problem of table aliases being still uppercase. Without correction I get a "unknown column in field list" error in mysql while migrating orders

mitelg commented 8 years ago

thanks @wbob for your contribution!