Ignore:
Timestamp:
09/03/13 17:27:15 (11 years ago)
Author:
tbretz
Message:
Added some additional output to help understanding what goes wrong with a database request.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msql/MTreeSQL.cc

    r15440 r17064  
    122122
    123123    gErrorIgnoreLevel = before;
     124
     125    if (!res)
     126        Error("CheckTable", "%s", ("Table "+table+" not found.").Data());
    124127
    125128    return res ? kTRUE : kFALSE;
     
    170173               type.CompareTo("double",    TString::kIgnoreCase))
    171174           {
    172                //cout << "Skip: " << type << endl;
     175               Info("Init", "%s", ("Skipping "+*it+"."+TString(row->GetField(0))+" ["+type+"]").Data());
    173176               continue;
    174177           }
Note: See TracChangeset for help on using the changeset viewer.