--- chewbacca/YodaProfiler/src/PamelaDBOperations.cpp 2014/04/04 14:11:24 1.37 +++ chewbacca/YodaProfiler/src/PamelaDBOperations.cpp 2014/10/10 13:00:12 1.38 @@ -1366,7 +1366,7 @@ stringstream oss; // oss.str(""); - oss << "SET time_zone='+0:00';"; + oss << "SET time_zone='+0:00'; SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';"; TSQLResult *result = 0; result = conn->Query(oss.str().c_str()); if ( !result ) throw -10;