4.7.002 Updates

Bugs

  • When some java code calls some java code threw Nirva (ex java procedure calls a java procedure) and the last calling code get something from the output buffer that is greater than 1024 bytes, a potentially fatal exception occurs. Nirva becomes instable and may crash. (bug #61).
  • When the import file contains a line with length greater than the specified maximum line length (so terminating with an antislash), the import adds a space in the data before reading the next line. (bug #60).
  • The LINE_LENGHT parameter of the EXPORT command is not working fine with a value greater than 1024. (bug #59).
  • The command OBJECT:TABLE_CLEAR_ROWS removes the rows instead of clearing them. This occurs in both nvs (server) and nvc (client). (bug #58).
  • The OBJECT:TABLE_CLEAR_ROW removes the given row instead of clearing it. (bug #57).

Features

  • Adding an exception and signal counter. This feature is in beta version for now. (feature #43).