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

Oliver Kellogg <okell...@users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |okellogg@users.sourceforge.
                   |                            |net

--- Comment #2 from Oliver Kellogg <okell...@users.sourceforge.net> ---
(In reply to Ralf Habacker from comment #1)
> Git commit 67d006cab83ff53aa3088ada99df0c1ed5b24c79 by Ralf Habacker.
> [...]
> M  +1    -1    umbrello/codeimport/sqlimport.cpp
> 
> https://commits.kde.org/umbrello/67d006cab83ff53aa3088ada99df0c1ed5b24c79

Hi Ralf,

@@ -313,7 +313,7 @@ SQLImport::ColumnConstraints
SQLImport::parseColumnConstraints(QString &token)
     ColumnConstraints constraints;
     int index = m_srcIndex;

-    while(token != QLatin1String(",") && token != QLatin1String(")")) {
+    while(token != QLatin1String(",") && token != QLatin1String(")") &&
token.toLower() != QLatin1String("COMMENT")) {

Shouldn't that be token.toUpper() ?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to