Added a basic utility class for taking a snapshot of your Statement Index' content for exporting to another environment.
Two new one-liners added:
added demo in GCR
Fix issues in docker-compose.yaml and Dockerfile
Module bump
Is now based on IRIS 2022.1.0.114.0 (preview 1)
Fixes
Fix bug when generating SAML token for publishing services
extensions + some fis of typos
fixed install for windows
upd dockerfile
added zpipe from Robert Cemper into %ZLANGC00
SQLtoCSV method is implemented. allows export to CSV file as a result of an arbitrary SQL query.
Credits goes to Eduard Lebedyuk
Community article link
removed ssl-client dependency.
changed to one-liner from Guillaume Rongier
fix typo in module.xml
moudule.xml version fixed
adjust module.xml
adjust module.xml
adjust module.xml
ZPM
DATETIME support
SQL reserved words support - if the reserved word is found in the header it adds "Field" string to it. e.g. if the col named DATE which is a reserved word, so it makes the field with the name DATEField
SYSCLASS
in Security.Services
LOAD DATA support
header and load data parameters introduced
Added example LOAD DATA
Added example LOAD DATA