On Friday 03 April 2009, Alex Balashov wrote:
[..] I am not sure I understand the point of BIGINT support if the values cannot be utilised in virtually any way in script. Can you tell me what it is? It seems that most other variations on the theme of strings and integers (e.g. smallint, tinyint, boolean, etc.) are usable within script...
Hi Alex,
you've support in the internal DB API for BIGINT, e.g. you can insert and query values from your module code. The same issue exists with respect to double values, they are also not really representable in an AVP, and the sqlops module report PV_VAL_NULL here too.
Cheers,
Henning