Releases: mariodavid/cuba-component-runtime-diagnose
Releases · mariodavid/cuba-component-runtime-diagnose
version 1.4.0
Added
- Select DataStore for SQL / JPQL console in order to execute SQL / JPQL statements against different then the MAIN data store
- Diagnose Wizard now exports the SQL / JPQL result set in proper CSV format
- auto import statements for entities for groovy scripts through configuration (#1)
- auto import statements for arbitrary classes for groovy script through configuration (#1)
Dependencies
- CUBA 7.1.x
- jsqlparser 2.1
version 1.3.0
Dependencies
- CUBA 7.0.x
version 1.2.0
version 1.1.0
Added
- handle tab key in groovy & SQL console
- GroovyScriptBindingSupplier mechanism to add binding variables for groovy scripts
- added following shorthand methods in groovy scripts:
bean(String springBeanName)
gives you a arbitrary bean of the Spring contextgetSql()
returns a instance ofgroovy.sql.SQL
for the main datasourcegetSql('myDatasourceName')
returns a instance ofgroovy.sql.SQL
for the given additional datasource
Dependencies
- CUBA 6.9.x
version 1.0.0
This is a marker release. It is meant to show the the majority of the APIs according to the Semver conventions.
- CUBA 6.8 support
version 0.4.1
- possibility to convert JPQL to SQL in the JPQL console
version 0.4.0
- CUBA 6.7 support
- support for comments in JPQL console
version 0.3.1
- fixing NPE when executing SQL / JPQL queries
version 0.3.0
- JPQL console