NielsLiisberg
released this
08 Apr 17:16
·
206 commits
to master
since this release
This deploys directly from the UTF-8 branch of the git-repo containing the latest commit:
Install by copy and paste then following script into "ACS run SQL" - and then all the statements:
cl:qsh cmd('cd /tmp;wget --no-check-certificate https://github.com/sitemule/noxDB/raw/utf8/release/release-noxDB2.savf');
cl:crtsavf qgpl/noxDB2; -- Ok to fail if you got that savefile already
cl:CPYFRMSTMF FROMSTMF('/tmp/release-noxDB2.savf') TOMBR('/QSYS.lib/qgpl.lib/noxDB2.file') MBROPT(*REPLACE);
cl:RSTLIB SAVLIB(NOXDB2) DEV(*SAVF) SAVF(QGPL/noxDB2);
cl:dltf qgpl/noxDB2;
cl:rmvlnk '/tmp/release-noxDB2.savf';