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