Lukas Eder

Results 645 issues of Lukas Eder

## Bug Report #### Versions - Driver: 0.8.4.RELEASE - SPI: 0.9.0.M1 - Database: 1.4.200 - Java: openjdk version "11.0.9.1" 2020-11-04 - OS: Microsoft Windows [Version 10.0.19042.867] #### Current Behavior Querying...

## Bug Report #### Versions - Driver: 0.8.4.RELEASE - SPI: 0.9.0.M1 - Database: 1.4.200 - Java: openjdk version "11.0.9.1" 2020-11-04 - OS: Microsoft Windows [Version 10.0.19042.867] #### Current Behavior This...

Maybe it's premature, but I can hope :) One awesome Oracle feature that could *greatly* profit from R2DBC support is Oracle AQ. Instead of blocking on `DBMS_AQ.DEQUEUE` calls, I could...

It would be useful to document all the `@param` in `Agg`

T: Enhancement
P: Medium

Currently, when using the `Range` type, bounds are swapped by default, if they are not in order. This can be convenient occasionally, but incorrect in other cases. With the suggestion...

T: Enhancement
P: Medium
T: Incompatible Change

There's probably a better name for those.

T: Enhancement
P: Medium

The current `Tuple.collectors()` implementation is a canonical one, where collectors are completely independent of one another. It would be better if they could share state in case they're related. For...

T: Enhancement
P: Medium

See also: https://github.com/jOOQ/jOOL/issues/290

T: Enhancement
P: Medium

In some cases, jOOλ internally uses a `LinkedList` as an internal buffer, e.g. in `Seq.duplicate()`. Probably, an `ArrayList` or `ArrayDeque` might be a faster implementation. We should benchmark this.

T: Enhancement
P: High