diff options
-rw-r--r-- | storage/connect/filamdbf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/filamdbf.cpp b/storage/connect/filamdbf.cpp index 74329dc44de..8b3a31579eb 100644 --- a/storage/connect/filamdbf.cpp +++ b/storage/connect/filamdbf.cpp @@ -575,6 +575,7 @@ bool DBFFAM::AllocateBuffer(PGLOBAL g) switch ((c = *GetFormatType(cdp->GetType()))) { case 'S': // Short integer case 'L': // Large (big) integer + case 'T': // Tiny integer c = 'N'; // Numeric case 'N': // Numeric (integer) case 'F': // Float (double) |