[umbrello] [Bug 398082] Endless loop on importing mysql schema

Oliver Kellogg bugzilla_noreply at kde.org
Fri Jan 10 15:00:14 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=398082

Oliver Kellogg <okellogg at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|https://commits.kde.org/umb |https://invent.kde.org/kde/
                   |rello/67d006cab83ff53aa3088 |umbrello/commit/cd594e1bc3d
                   |ada99df0c1ed5b24c79         |b4e5272ce8712de6ba98398c2f2
                   |                            |1a
             Status|REOPENED                    |RESOLVED
   Version Fixed In|2.26.90 (KDE Applications   |2.30.2 (KDE Applications
                   |18.11.90)                   |19.12.2)

--- Comment #7 from Oliver Kellogg <okellogg at users.sourceforge.net> ---
Git commit cd594e1bc3db4e5272ce8712de6ba98398c2f21a by Oliver Kellogg.
Committed on 10/01/2020 at 14:52.
Pushed by okellogg into branch 'release/19.12'.

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 ")".
FIXED-IN:2.30.2 (KDE Applications 19.12.2)

M  +13   -7    umbrello/codeimport/sqlimport.cpp

https://invent.kde.org/kde/umbrello/commit/cd594e1bc3db4e5272ce8712de6ba98398c2f21a

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list