Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Business logic modules are starting to need to execute join queries against multiple data sets, but the CQL2PgJSON class currently assumes that all field elements referenced in a query will be in the same jsonb field.
The new mode should:
Accept a list of field names (and possibly associated schemas) on instantiation
Require that all field elements referenced in queries be unambiguous if schema validation is in use.
Require that if schema validation is not in use, all field elements referenced in queries be prefixed with the appropriate jsonb field name.
Business logic modules are starting to need to execute join queries against multiple data sets, but the CQL2PgJSON class currently assumes that all field elements referenced in a query will be in the same jsonb field.
The new mode should:
Accept a list of field names (and possibly associated schemas) on instantiation
Require that all field elements referenced in queries be unambiguous if schema validation is in use.
Require that if schema validation is not in use, all field elements referenced in queries be prefixed with the appropriate jsonb field name.