tests for BulkFilter

This commit is contained in:
Elijah McMorris 2024-08-26 00:04:53 -07:00
parent 057dcb3308
commit 7624d7209d
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 53 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,8 @@
let $delete = select claims, id from Entity
where claims.claims[where id = Property:1113].value.Thing == [];
let $entity = return (select id from $delete).id;
let $claims = return (select claims from $delete).claims;
delete $claims;
delete $entity;