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

List:       kde-commits
Subject:    extragear/graphics/kphotoalbum/SQLDB/Schema
From:       Tuomas Suutari <thsuut () utu ! fi>
Date:       2008-09-06 11:57:34
Message-ID: 1220702254.751815.6075.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 857759 by suutari:

Add support for double precision floating points to DatabaseSchema

And as a totally unrelated side note, which was promised for the
winner of the Go Kart race:
Congratulations to Jesper for winning the race! You're the man!


 M  +2 -0      CreateStatementGenerator.cpp  
 M  +1 -0      DatabaseSchema.h  


--- trunk/extragear/graphics/kphotoalbum/SQLDB/Schema/CreateStatementGenerator.cpp #857758:857759
@@ -59,6 +59,8 @@
         return "BOOLEAN";
     case Decimal:
         return "DECIMAL";
+    case Double:
+        return "DOUBLE";
     case Char:
         return "CHAR";
     case Varchar:
--- trunk/extragear/graphics/kphotoalbum/SQLDB/Schema/DatabaseSchema.h #857758:857759
@@ -88,6 +88,7 @@
             UnsignedBigInteger,
             Boolean,
             Decimal,
+            Double,
             Char,
             Varchar,
             Text,
[prev in list] [next in list] [prev in thread] [next in thread] 

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