Fix endless loop on importing mysql schema:

Authored by okellogg on Jan 10 2020, 2:52 PM.

Description

Fix endless loop on importing mysql schema:

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 ")".

BUG:398082
FIXED-IN:2.30.2 (KDE Applications 19.12.2)

Details

Committed
okelloggJan 10 2020, 2:52 PM
Parents
R139:6f35d385c330: Fix 'Missing entries in the New context menu entry for the logical view'
Branches
Unknown
Tags
Unknown