OQLModule
Content Type: Module
Categories: Utility
Overview
This module allows you to execute OQL queries from a microflow. Snippet to test & export OQL queries, add parameters with actions, execute query returning entities, execute query & return a CSV, etc.
Documentation
Demo urlhttps://github.com/ArjenLammers/oqlmodule
Please see OQL Module in the Mendix documentation for details.
Releases
Version: 5.0.0
Framework Version: 11.6.0
Release Notes:
We upgraded the module to Mendix version 11.6.0
We added a new action called ExecuteDMLStatement to execute OQL Statements (DELETE, UPDATE and INSERT)
Version: 4.1.2
Framework Version: 10.21.0
Release Notes:
We added the "CsvAsTable" widget to the list of files distributed with the module. Studio Pro will now recognize it when importing the OQL Module in a new project.
Version: 4.1.1
Framework Version: 10.21.0
Release Notes:
We included the "CsvAsTable" widget which was missing in version 4.1.0.
Version: 4.1.0
Framework Version: 10.21.0
Release Notes: We fixed the ExportOQLToCSV Java action to replace DOS and Unix style new lines by a single space each.We fixed the ExecuteOQLStatement to ignore non-aliased IDs of the result object. (Ticket 234219)
Version: 4.0.0
Framework Version: 10.21.0
Release Notes: We upgraded the module to Mendix version 10.21.0 We upgraded all widgets to be React compatible
Version: 3.0.0
Framework Version: 9.18.4
Release Notes: We upgraded the module to Mendix version 9.18.4We upgraded Atlas UI to 3
Version: 2.17.1
Framework Version: 9.18.0
Release Notes: We upgraded the commons-beanutils dependency to version 1.11.0 due to a vulnerability in the previous version (see CVE-2025-48734).
Version: 2.17.0
Framework Version: 9.18.0
Release Notes: PR #28 of @lordlothar99 Separator character is not escaped
CSV export is now using " as an escape char
Version: 2.16.0
Framework Version: 9.18.0
Release Notes: Fixed issue #26.
Tested on very large dataset and small heap size.
Version: 2.15.0
Framework Version: 9.18.0
Release Notes: Improved migration to JDM.
Upgraded lang3 library.