Skip to content

Commit

Permalink
added comments info in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodavid committed Nov 29, 2017
1 parent 1a8a14d commit 77a75eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ The JPQL console is useful if you want to test your JPQL queries that you want t

Results of a JPQL / SQL statement are displayed in a table in the result tab. The result can be downloaded using the Excel button in the Results tab.

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


### Security of the SQL-Console
By default, only SELECT stements are allowed to execute through the SQL-Console.
If you want to execute other types of SQL statements like `INSERT` or `ALTER` it has to be explicitly configured the application component through CUBAs App properties UI: `Administration > Application properties > console`
Expand Down
Binary file modified img/sql-console-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77a75eb

Please sign in to comment.