Added support for storing 64 bit numbers
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@805 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -34,9 +34,9 @@ FLMBOOL gv_DoValAndDictTypesMatch[ LAST_VALUE][ FLM_CONTEXT_TYPE + 1] =
|
||||
/*INT32*/ {FALSE, TRUE, FALSE, TRUE},
|
||||
/*REAL*/ {FALSE, FALSE, FALSE, FALSE},
|
||||
/*REC_PTR*/ {FALSE, TRUE, FALSE, TRUE},
|
||||
/*TIME*/ {FALSE, FALSE, FALSE, FALSE},
|
||||
/*DATE*/ {FALSE, FALSE, FALSE, FALSE},
|
||||
/*TMSTAMP*/ {FALSE, FALSE, FALSE, FALSE},
|
||||
/*UINT64*/ {FALSE, TRUE, FALSE, TRUE},
|
||||
/*INT64*/ {FALSE, TRUE, FALSE, TRUE},
|
||||
/*NOTUSED*/ {FALSE, FALSE, FALSE, FALSE},
|
||||
/*BINARY*/ {FALSE, FALSE, TRUE, FALSE},
|
||||
/*STRING*/ {FALSE, FALSE, FALSE, FALSE},
|
||||
/*UNICODE*/ {FALSE, FALSE, FALSE, FALSE},
|
||||
|
||||
Reference in New Issue
Block a user