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

Please see OQL Module in the Mendix documentation for details.

Releases

Version: 5.1.0
Framework Version: 11.6.0
Release Notes:

- We removed the CsvAsTable widget and replaced it with the Markdown viewer, which is a platform supported widget and can be downloaded from the marketplace.

- We added an ExportOQLToMarkdown java action that generates a Markdown formatted table from the result of executing an OQL query.

- We removed the dependency on the Community Commons module.

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.2.0
Framework Version: 10.21.0
Release Notes:

- We removed the CsvAsTable widget and replaced it with the Markdown viewer, which is a platform supported widget and can be downloaded from the marketplace.

- We added an ExportOQLToMarkdown java action that generates a Markdown formatted table from the result of executing an OQL query.

- We removed the dependency on the Community Commons module.

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.1.0
Framework Version: 9.24.36
Release Notes:

- We upgraded the module to Mendix version 9.24.36

- We removed the CsvAsTable widget and replaced it with the Markdown viewer, which is a platform supported widget and can be downloaded from the marketplace.

- We added an ExportOQLToMarkdown java action that generates a Markdown formatted table from the result of executing an OQL query.

- We removed the dependency on the Community Commons module.

Version: 3.0.0
Framework Version: 9.18.4
Release Notes: We upgraded the module to Mendix version 9.18.4
We 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).