Changeset 19156 for trunk


Ignore:
Timestamp:
08/12/18 21:16:02 (6 years ago)
Author:
tbretz
Message:
Enclose table names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/calcsource.cc

    r19139 r19156  
    231231    {
    232232        const string query =
    233             "SELECT "+tab_source+".fRightAscension, "+tab_source+".fDeclination, "+tab_source+".fSourceName"
     233            "SELECT `"+tab_source+"`.fRightAscension, `"+tab_source+"`.fDeclination, `"+tab_source+"`.fSourceName"
    234234            " FROM `"+tab_runinfo+"`"+
    235235            " LEFT JOIN `"+tab_source+"`"+
Note: See TracChangeset for help on using the changeset viewer.