You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IDW query plugin provides a SQL, HQL, and Filter editing and execution environment in the browser. It can also translate easily between IIQ Filters and the underlying HQL and SQL queries that the Filters represent.
The Query Plugin was open-sourced under an Apache license on June 14, 2023.
Building
To build the project, you can use either Java 8 or Java 11.
Simply run ./gradlew to start the build. If you don’t have Gradle installed locally, it will be automatically downloaded and installed for you.
The plugin ZIP will be deposited at build/distributions/QueryPlugin8x.zip.