diff TestSQLGenerator.cpp @ 78:9744ec195be3

Encapsulate EditDistance with caching.
author Tom Fredrik Blenning Klaussen <bfg@bfgconsult.no>
date Thu, 10 Oct 2013 01:07:52 +0200
parents 8136057988bc
children
line wrap: on
line diff
--- a/TestSQLGenerator.cpp	Sat Feb 16 19:00:54 2013 +0100
+++ b/TestSQLGenerator.cpp	Thu Oct 10 01:07:52 2013 +0200
@@ -171,7 +171,7 @@
     .arg(fieldCreateString2);
 
   BOOST_REQUIRE(query.exec(createQuery));
-  
+
   QString queryString = QString("INSERT into %1 (%2, %3) VALUES(%4, %5);")
     .arg(tableName)
     .arg(SQLGenerator<int>::fieldName("value1"))