Ross
Ross
### Version 1.25.0 ### What happened? It seems that the parser cannot identify the relation created from the cte when the cte is inside a subquery ### Relevant log output...
fix #433
The idea is to have something like ```go type Nullable[T any] struct { Null bool Value T } func (o Nullable[T]) Schema(r huma.Registry) *huma.Schema { return r.Schema(reflect.TypeOf(o.Value), true, "") }...
This old policy is deprecated (see https://cmake.org/cmake/help/latest/policy/CMP0152.html) but setting the policy to the new one give errors that with my knowledge I cannot fix. #1678