/[PAMELA software]/chewbacca/YodaProfiler/src/R2-D2.cpp
ViewVC logotype

Diff of /chewbacca/YodaProfiler/src/R2-D2.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by mocchiut, Tue May 15 14:04:41 2012 UTC revision 1.4 by mocchiut, Fri Oct 10 13:00:13 2014 UTC
# Line 297  int main(int numinp, char *inps[]){ Line 297  int main(int numinp, char *inps[]){
297    };        };    
298    //    //
299    myquery.str("");    myquery.str("");
300    myquery << "SET time_zone='+0:00'";    myquery << "SET time_zone='+0:00'; SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';";
301    dbc->Query(myquery.str().c_str());    dbc->Query(myquery.str().c_str());
302    //    //
303    GL_ROOT *glroot = new GL_ROOT();    GL_ROOT *glroot = new GL_ROOT();

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23