Updates 47004 » History » Version 2
« Previous -
Version 2/4
(diff) -
Next » -
Current version
Pierre Marc, 07/26/2012 10:48 AM
4.7.004 Updates¶
Bugs¶
- Truncation of Commands returned String in java interface (bug #70). When the output buffer is greater than 256 bytes, the last character is missing. This issue occurs only in v 4.7.002 and 4.7.003.
- Pipes in returning SQL table (SQLite interface). When doing a SQL command for INSERT or REPLACE and using a pipe "|" character within the VALUES to be inserted the resulting select results in 2 NVDATA objects for the cell where the pipe was inserted (bug #69).
- No error thrown on OBJECT:CREATE command with FILE object. When giving an erroneous filename on OBJECT:CREATE command with TYPE='FILE' and PERSIST='-1', command does not throw an error but does not create the file (bug #63).