Roland Praml

Results 29 issues of Roland Praml

Hello Rob, with #1303 I implemented the checkUniqueness method, that we use in validation to verify that a new or modified bean does not violate unique constraints of the database....

When just adding new entries to an existing BeanList, there is no need to load the underlying collection. this should provide a performance benefit, where you just want to add...

In this PR I'll try to improve the cache-handling in ebean. - [Optimized dependent table handling](https://github.com/ebean-orm/ebean/pull/2937/commits/717474a8c78959f4cdc7856066bc118932867aad) this is required for further refactoring. It shouldn't break anything. Note "prepareQuery" is now...

This adds a queryPlanLogger for DB2. The reported query-plan is based on this script: http://use-the-index-luke.com/s/last_explained To generate query-plans, DB2 needs do have explain tables generated with `CALL SYSPROC.SYSINSTALLOBJECTS( 'EXPLAIN', 'C'...

I have to go back a bit here as to why I think the extension in Ebean makes sense. ## Expected behavior - What ebean writes, it should also be...

This PR removes the spring scanner, which is - as far as I see - obsolete. It will probably fix the issue #288 that the bamboo service would not start...

## Description: I noticed a high load (~170) and slow FPS on the connected display (240x240 ST7789) With this PR I tried to improve the SML parsing for binary SML...

## Description: When tasmota is compiled with `USE_USB_CDC_CONSOLE`, the ´ClaimSerial` method will return immediately and will not release UART0 This makes sense, as long as USB is used for console,...

## Expected behavior If a method is annotated with `@Transactional(readOnly = true, isolation = TxIsolation.READ_UNCOMMITTED)` the isolation level should be set ## Actual behavior You get a readonly-transaction with READ_COMMITTED...