rqb v2: `with` is always nullable
I'm trying to migrate to rqb v2, but it seems that related tables in
Here's my query:
My schema:
Note that
Is this a bug in rqb v2 or is my code missing something?
with are always nullable.Here's my query:
My schema:
Note that
addressId is .notNull(). These are my relations:Is this a bug in rqb v2 or is my code missing something?