Changelog
[0.7.0] - 2020-04-03
Document
constructor and allow a record to be passed in the constructor without having fetched it from the DBChangelog
[0.6.2] - 2020-03-24
deploy
feature are deployed as part of a bootstrap stepreturning
clause on a query where a query limit is exceeded causes an abort (proposed to be fixed in UniData 8.2.2)@system.return.code
therefore returning incorrect results instead of an error.Changelog
[0.6.1] - 2020-03-13
match
in the schema definition for any string type. Document ids can be matched by providing an idMatch
property to the Schema constructor options.Changelog
[0.6.0] - 2020-03-03
S$MVOM
, which includes one variable called S$MVOM.PROCESS
set to true
. UniBasic programs can check for this variable to determine if they were initiated by MVIS
. This may be necessary when code not shipped through MVOM is run like in a database trigger or virtual dictionary.UniBasic programs should include the below to use this new variable:
COM /S$MVOM/ S$MVOM.PROCESS
Changelog
[0.5.2] - 2020-02-25
_raw
will be added to the document which contains an array of the record contents. When saving, this array will overwrite the entire record.Changelog
[0.5.1] - 2019-11-21
Changelog
[0.5.0] - 2019-11-11
Error
suffix for clarityChangelog
[0.4.0] - 2019-07-18
Changelog
[0.3.5] - 2019-06-03
Changelog
[0.3.4] - 2019-05-30