You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${encrypted ? sql`(form_defs."encKeyId" is null or form_defs."encKeyId" in (${sql.join(keyIds,sql`,`)})) and` : sql``}
398
+
${encrypted ? sql`(form_defs."encKeyId" is null or ${sqlInArray(sql`form_defs."encKeyId"`,keyIds)}) and` : sql``}
399
399
${odataFilter(options.filter,options.isSubmissionsTable ? odataToColumnMap : odataSubTableToColumnMap)} and
400
400
${sqlEquals(options.condition)}
401
401
and submission_defs.current=true and submissions."formId"=${formId} and ${odataExcludeDeleted(options.filter,options.isSubmissionsTable ? odataToColumnMap : odataSubTableToColumnMap)}
0 commit comments