lqb
lqb
好像官方的可以
when modify DbComment value or add a new field in entity,migration generated sql without comment for mysql. it test ok for postgresql.
## Expected behavior ## Actual behavior ### Steps to reproduce ```java // some java code ``` ```console // some logging output ```
## Expected behavior ## Actual behavior db migration cause Connection is closed when ebean upgrade to 15.4.0 from 15.3.1. After I returned to the old version, the program run normally.There...
## Expected behavior log slow sql with native sql ## Actual behavior no slow sql log when use native sql ### Steps to reproduce ```java DB.getDefault().findDto(xx.class,sql) ``` ```console // some...
## Expected behavior insert with autofill from CurrentTenantProvidor ## Actual behavior TenantId insert without autofill from CurrentTenantProvidor,But query is normal. ### Steps to reproduce Both insert ant query use Spring...
## Expected behavior qbean().setId(1L).delete() support soft delete ## Actual behavior qbean().setId(1L).delete() will permanently delete ### Steps to reproduce ```java // some java code ``` ```console // some logging output ```
add -- @formatter:off in first line and add -- @formatter:on in last line when generate db migration