Hi! I've been doing some stuff using the .NET client library from VOS 5.0.11 but I encountered a bug with the GetValue and GetValues methods of the VirtuosoDataReader class. When getting an int16 value, the object returned is actually typed int32 even though GetFieldType correctly identifies the column as int16 (for smallint).
I discovered this when reading the INFORMATION_SCHEMA.TABLES view and have not had chance yet to test the issue with non-view tables, different sized integers or other types, but thought it best to ask about the issue first in case it is already known/fixed or considered correct. Thanks, Will
