Skip to content

Commit

Permalink
released version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodavid committed Dec 19, 2017
1 parent 22f824f commit a8577c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.4.1] - 2017-12-19

### Added
- possibility to convert JPQL to SQL in the JPQL console

## [0.4.0] - 2017-11-29

### Added
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ Results of a JPQL / SQL statement are displayed in a table in the result tab. Th

The JPQL / SQL console supports comments in the form of `-- single line comment` and `/* multi line comments */`.

In the JPQL console you additionally have the possibility to convert your written JPQL into an equivivalent SQL query.
This can be handy sometimes when working with the default mechanism of CUBA to load in data via SQL files e.g.

### Security of the SQL-Console
By default, only SELECT stements are allowed to execute through the SQL-Console.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def bintrayRepositoryUrl = "https://api.bintray.com/maven/mariodavid/cuba-compon
cuba {
artifact {
group = 'de.diedavids.cuba.runtimediagnose'
version = '0.4.0'
version = '0.4.1'
isSnapshot = false
}
tomcat {
Expand Down

0 comments on commit a8577c5

Please sign in to comment.