diff options
| author | Shauren <shauren.trinity@gmail.com> | 2019-11-28 00:23:09 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-11-28 00:23:09 +0100 |
| commit | 235ec18143a23602c8e96573b2f3e2dcec4801c9 (patch) | |
| tree | 2c813c504e2eabb6d1e4f45dc6557ca9f6282849 /src/common/DataStores/DB2FileLoader.h | |
| parent | cf0e2336895eb410857755a62550b148f7df58da (diff) | |
Core/DataStores: Work around buggy client db2 metadata
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
| -rw-r--r-- | src/common/DataStores/DB2FileLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/DataStores/DB2FileLoader.h b/src/common/DataStores/DB2FileLoader.h index 6a15e0b3a4f..52f0bd4f509 100644 --- a/src/common/DataStores/DB2FileLoader.h +++ b/src/common/DataStores/DB2FileLoader.h @@ -82,6 +82,7 @@ struct TC_COMMON_API DB2FileLoadInfo uint32 GetStringFieldCount(bool localizedOnly) const; std::pair<int32/*fieldIndex*/, int32/*arrayIndex*/> GetFieldIndexByName(char const* fieldName) const; + int32 GetFieldIndexByMetaIndex(uint32 metaIndex) const; DB2FieldMeta const* Fields; std::size_t FieldCount; |
