Updates 47004 » History » Version 4

Pierre Marc, 08/02/2012 03:59 PM

1 1 Pierre Marc
h1. 4.7.004 Updates
2 1 Pierre Marc
3 1 Pierre Marc
h2. Bugs
4 1 Pierre Marc
5 1 Pierre Marc
* 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.
6 1 Pierre Marc
7 1 Pierre Marc
* 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).
8 2 Pierre Marc
9 2 Pierre Marc
* 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).
10 3 Pierre Marc
11 3 Pierre Marc
h2. ATTENTION
12 3 Pierre Marc
13 4 Pierre Marc
The bug #70 has not been corrected complety on v 4.7.004 so we made a patch to this version that corrects entirely the issue. This patch is only for the 4.7.004 version. It must not be applied on other versions.
14 3 Pierre Marc
15 3 Pierre Marc
To install it, download the file corresponding to your Nirva version:
16 3 Pierre Marc
17 3 Pierre Marc
win32: http://download.nirva-systems.com/server/binaries/patch_4.7.004_1/win32/nvjava.dll
18 3 Pierre Marc
win64: http://download.nirva-systems.com/server/binaries/patch_4.7.004_1/win64/nvjava.dll
19 3 Pierre Marc
linux32: http://download.nirva-systems.com/server/binaries/patch_4.7.004_1/linux32/nvjava.so
20 3 Pierre Marc
linux64: http://download.nirva-systems.com/server/binaries/patch_4.7.004_1/linux64/nvjava.so
21 3 Pierre Marc
22 3 Pierre Marc
Stop Nirva and copy the file in the Nirva/Bin directory.