Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable attributes + COALESCE mysql fix + M2 max exception traces fix #54

Open
wants to merge 5 commits into
base: magento2
Choose a base branch
from

Conversation

lsv
Copy link

@lsv lsv commented Sep 12, 2019

#1: Fix of #53
#2: Fix of COALESCE mysql calls requires the field to be grouped by, so I turned it off with sql_mode

@lsv lsv changed the title Feature/config query Configurable attributes + COALESCE mysql fix Sep 12, 2019
@lsv
Copy link
Author

lsv commented Sep 13, 2019

Added a max traces to 10 so if a bug appears it just not dies in M2 - maybe not the cleanest way, but it works, and it generates a error in the log file, so if you try to add text into a Date attribute then it actually skips the product, and continues on, instead of using about 4gb memory and dies of memory :)

@lsv lsv changed the title Configurable attributes + COALESCE mysql fix Configurable attributes + COALESCE mysql fix + M2 max exception traces fix Sep 13, 2019
@tmotyl
Copy link
Member

tmotyl commented Sep 20, 2019

Hi @lsv
Thanks for your valuable contribution.
Please split your Pull request in 3 chunks:

  1. sql mode
  2. max traces
  3. configurable products fix
    Then I will review and merge them one by one.

@tmotyl
Copy link
Member

tmotyl commented Dec 18, 2019

Hi @lsv
can you please split your PR into 3 chunks?

marvinhinz added a commit to marvinhinz/magmi-m2 that referenced this pull request Dec 19, 2019
I copied the workaround from macopedia#54 because the pr is not yet splitted and i needed the functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants