QM 3.4-8

Release 10-28-2016 This release introduces minimal support of character maps into the non-ECS version of QM. This allows developers to adapt the default map to give better support for the accented characters found in European languages without needing to use the ECS version. The CREATE.FILE command now checks for an optional $ENCR VOC record to…

QM 3.4-7

Release 8-23-2016 This release introduces a pure Java version of the QMClient API, removing the need for the Java Native Interface which required different versions for each supported platform. The old JNI versions will continue to be supported for at least one year. The COPY command has been extended to allow record ids to be…

QM 3.4-6

Release 5-5-2016 This release is mainly to correct an issue described in section 5 but also includes the following enhancements. The DECRYPT.FILE command can be used to cancel encryption for a file or specific fields. The OSCOPY command and corresponding !OSCOPY() subroutine have been extended to allow appending to an existing file. The QMBasic ELEMENT.EXISTS()…

QM 3.4-5

Released 4-18-2016 This release introduces the ability to log every command executed on the system together with its origin. This may be useful for diagnostic purposes but has been added primarily to meet audit rules applicable to some applications. The DIR.SEL.OMIT.HIDDEN mode of the OPTION command causes select operations against directory files to omit hidden…

QM 3.4-4

Released 12-17-2015 For improved compatibility with other products, if field 3 of a VOC Q-pointer is null, QM now assumes VOC by default. The CREATE.DICT.NO.CASE mode of the OPTION command can be used to make CREATE.FILE create dictionaries with case insensitive ids. The NO.CASE option of the CREATE.FILE command has also been extended to allow…

QM 3.4-3

Released 9-18-2015 This release extends the data encryption features of QM to allow encryption of records in directory files and encryption of indices on hashed files that use record level encryption. Also, encryption keys can be password protected. The I-type compiler now allows references to dictionary items with hyphens in their names. The CREATE.INDEX and…