Christian Beikov

Results 516 comments of Christian Beikov

This might also be a nice function that we could try to integrate at least in a test to see if entity functions can be applied in that case. http://bender.io/2016/09/18/dynamic-pivot-tables-with-json-and-postgresql/...

I just had a thought that since entity array expressions are a thing now, it would be nice if we could use `VALUES` or `generate_series` like an entity array expression....

>select unnest(table.arrayColumn) already works, I suppose you mean select * from unnest(table.arrayColumn)? Yes, exactly. Only PG is so lenient to allow using `unnest` in a scalar expression context. Also, other...

Merged via 7564551f6e85f52076a7b7fcb7e68c507393c261 and 16ca1a0595eb304348ebe2a2a126b0362f30d1ef

Can you please provide a reproducer for this problem? It seems very similar to https://github.com/Blazebit/blaze-persistence/issues/1289. Your example doesn't use `@CreatableEntityView` or `@UpdatableEntityView`, though I'm not sure if this was simply...

>This issue is about deserialization of views as POST payloads, not paticular CV or UV. But that's exactly what I am saying, this is not supported. >Deserializing read-only entity views...

I just ran into this issue myself. It's a bummer because until H2 version 2, recursive CTEs were at least partly usable when inlining all non-recursive CTEs as subqueries. My...

Well maybe nobody did use it really because it was lacking a timeout feature that I had to implement myself ;) So my use case is that I have an...

It seems you don't really use the querying features @m-reza-rahman, but I can tell you, many others are, and having a standard for the querying features is definitely desirable.

>I think we should be cautious about making and stating personal assumptions and remarks. Let’s stick to technical points kindly and remain respectful of differing perspectives and experiences. It would...