Menu

#209 Function: CUBRIDSteam.WriteCollection has a bug.

open
nobody
None
5
2012-08-23
2012-08-23
Jira Trac
No

if data type is CUBRIDDataType.CCI_U_TYPE_BIT or CUBRIDDataType.CCI_U_TYPE_VARBIT,because the data is a one-dimensional array, so the conditions has an error.
Source code:
if(data is byte[][])
{
...
}
else if(data is bool[][])
{
...
}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.