Skip to content

[Bug 398082] Fix endless loop on importing mysql schema

Oliver Kellogg requested to merge (removed):release/19.12 into release/19.12

umbrello/codeimport/sqlimport.cpp

  • Replace variable index by constant origIndex located inside the while-loop.
  • In loop condition replace QLatin1String("COMMENT") by QLatin1String("comment").
  • After end of while-loop, if token contains COMMENT then advance until it contains "," or ")".

Merge request reports