Daniel
Daniel
Ok, I wasn't aware that since EL 3 it's possible to use `@GeneratedValue(strategy = GenerationType.IDENTITY)` on Oracle identitiy columns. So changing from `@ReturnInsert` to `@GeneratedValue(strategy = GenerationType.IDENTITY)` does fix my...
This is _probably_ the same issue as #2994, which has be fixed already and will be in the next canary build. Though, since your stacktrace is different than the other...
@kenkendk I'm currently tinkering on this one a bit. Nothing too serious yet but nevertheless I have a question regarding the encryption and decryption. There are multiple places in the...