Changeset 20054 for trunk/FACT++


Ignore:
Timestamp:
04/12/21 09:12:38 (4 years ago)
Author:
tbretz
Message:
Added TIMESTAMP as SQL type.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/FileEntry.h

    r19965 r20054  
    108108        { kTime,     "UInt32_t",  'i', 'j', "TIME"               },
    109109        { kDate,     "UInt64_t",  'l', 'k', "DATE"               },
    110         { kDateTime, "UInt64_t",  'l', 'k', "DATETIME"           },
     110        { kDateTime, "UInt64_t",  'l', 'k', "DATETIME"           }, // MySQL++ omits fractions
     111        { kDateTime, "UInt64_t",  'l', 'k', "TIMESTAMP"          }, // MySQL++ omits fractions
    111112        { kDecimal,  "Double_t",  'D', 'D', "DECIMAL"            },
    112113        { kDecimal,  "Double_t",  'D', 'd', "DECIMAL"            },
Note: See TracChangeset for help on using the changeset viewer.