Changeset 20054 for trunk/FACT++
- Timestamp:
- 04/12/21 09:12:38 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/FileEntry.h
r19965 r20054 108 108 { kTime, "UInt32_t", 'i', 'j', "TIME" }, 109 109 { 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 111 112 { kDecimal, "Double_t", 'D', 'D', "DECIMAL" }, 112 113 { kDecimal, "Double_t", 'D', 'd', "DECIMAL" },
Note:
See TracChangeset
for help on using the changeset viewer.