Skip to content

Releases: mariodavid/cuba-component-runtime-diagnose

version 1.4.0

10 Sep 18:40
Compare
Choose a tag to compare

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

15 Aug 19:37
Compare
Choose a tag to compare

Dependencies

  • CUBA 7.0.x

version 1.2.0

30 Oct 21:27
df67cf7
Compare
Choose a tag to compare

Bugfix

  • handle no-results in SQL execution correctly (#23)

Dependencies

  • CUBA 6.10.x

version 1.1.0

19 Jul 05:04
Compare
Choose a tag to compare

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 context
    • getSql() returns a instance of groovy.sql.SQL for the main datasource
    • getSql('myDatasourceName') returns a instance of groovy.sql.SQL for the given additional datasource

Dependencies

  • CUBA 6.9.x

version 1.0.0

11 Apr 16:48
Compare
Choose a tag to compare

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

19 Dec 19:22
Compare
Choose a tag to compare
  • possibility to convert JPQL to SQL in the JPQL console

version 0.4.0

29 Nov 12:44
Compare
Choose a tag to compare
  • CUBA 6.7 support
  • support for comments in JPQL console

version 0.3.1

26 Nov 19:40
Compare
Choose a tag to compare
  • fixing NPE when executing SQL / JPQL queries

version 0.3.0

25 Nov 15:04
Compare
Choose a tag to compare
  • JPQL console

version 0.2.0

22 Sep 06:46
Compare
Choose a tag to compare
  • loads dynamic metadata information from BuildInfo (CUBA 6.6 feature) [#6][#9]
  • support for audit log of runtime diagnose execution [#10]
  • database support for HSQLDB, MySQL, PostgreSQL and Oracle