[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/plasma/private
From:       Marco Martin <notmart () gmail ! com>
Date:       2010-10-23 17:28:08
Message-ID: 20101023172808.AE982AC89A () svn ! kde ! org
[Download RAW message or body]

SVN commit 1189004 by mart:

. and - are not permitted as table names


 M  +3 -0      storage.cpp  


--- trunk/KDE/kdelibs/plasma/private/storage.cpp #1189003:1189004
@@ -168,6 +168,9 @@
         }
     }
 
+    m_clientName = m_clientName.replace('.', "_");
+    m_clientName = m_clientName.replace('-', "_");
+
     setName("storage");
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic