Christian Beikov

Results 516 comments of Christian Beikov

Closing, since the Jira was rejected. A one-to-many with a join table needs a unique constraint on the FK columns in the join table to ensure semantics of the one-to-many...

Thanks for reporting. Can you confirm that adding a no-arg constructor like I suggested on the [SO post](https://stackoverflow.com/questions/79428185/blaze-subview-with-constructor) is a viable workaround? I.e. add ```java @ViewConstructor("create") public TimePeriodForValidation() { super(null,...

It seems to me that one would only ever want to prefix column names, but if you think providing a pattern makes sense, I'm fine with that.

Can you please try to rebase on top of https://github.com/hibernate/hibernate-orm/pull/8675 and make use of the `SqlAstNodeRenderingMode.WRAP_ALL_PARAMETERS` for `nvl`, `coalesce` and `case` expressions? That should work according to https://github.com/jOOQ/jOOQ/issues/12064

Hi Vlado, sorry for not responding in a while. I was working hard on some performance improvements and had to focus a while. I just merged the PR I mentioned...

Please rebase your PR to resolve the conflicts. Also, please change the code to use `renderCasted` like you described.

I also found [this documentation](https://www.cursor-distribution.de/aktuell.11.50.xC9/documentation/ids_sqs_bookmap.pdf) saying: > In general, you cannot use variables (for example, host variables in an Informix ESQL/C application) in the select list by themselves. A variable...

Thanks. Superseded by https://github.com/hibernate/hibernate-orm/pull/9343

>Is such change breaking spi? You're only adding default methods to the SPI, not changing existing methods, so this is fine.