Skip to content

Releases: intersystems-community/Cache-MDX2JSON

New year release!

29 Dec 10:55
Compare
Choose a tag to compare

Major improvements include:

  • Dynamic objects
  • Parallel execution
  • Settings
  • Actions
  • New versions support
  • Installer fixes
  • Formatting changes
  • Many other improvements

To install download Installer.cls.xml into Caché manager directory. Run in terminal (any namespace):

do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}")

where:

{Namespace} is a namespace you want to install to. If it does not exist it would be created automatically. If it does exist only MDX2JSON package would be overwritten.

Installer + Pure COS

11 Feb 20:16
Compare
Choose a tag to compare

No apache modification required starting from this version. Install and update directly from GitHub
If you use older version you need to make resource of the database with MDX2JSON classes RW.

To install download Installer.cls.xml into Caché manager directory. Run in terminal (any namespace):

do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}")

where:

{Namespace} is a namespace you want to install to. If it does not exist it would be created automatically. If it does exist only MDX2JSON package would be overwritten.