Alf Lervåg
Alf Lervåg
### Expected behavior Generated SQL should work. ### Actual behavior Generated SQL causes ORA-22922: nonexistent LOB value. ### Steps to reproduce the problem See [JavaTest.java](https://github.com/alf/jOOQ-mcve/blob/92c6233f2fb01116bcaf059cacd2996c7f472347/jOOQ-mcve-java-oracle/src/test/java/org/jooq/mcve/test/java/oracle/JavaTest.java) for my MCVE. In short,...
### Expected behavior Code should compile and user type of column should be correct. ### Actual behavior Code does not compile because there is no `createField`-overload that matches the following...
Tried to run `rover lsp` as an lsp in Emacs on NixOS on a schema file that is part of a larger set of schema files that are stitched together....