Description
If we send a valid delete query through studio it will say "Delete query successfully deleted things from the database." even if nothing has been deleted.
Environment
- TypeDB version: 2.14.3
- OS of TypeDB server: 12.6.3
- Studio version: 2.14.2
- OS of Studio: 12.6.3
- Other environment details:
Reproducible Steps
Steps to create the smallest reproducible scenario:
- Send a delete query with impossible pattern to match (so it can't delete a thing)
- It says it deleted something
Expected Output
"Delete query was unable to match any thing to delete from the database."
Actual Output
## Running> Delete query:
match
$p isa person,
has full-name "1111111NO_NAME",
has email $email;
delete
$p has $email;
## Result> Delete query successfully deleted things from the database.
Additional information
The cake is a lie! (c)
Description
If we send a valid delete query through studio it will say "Delete query successfully deleted things from the database." even if nothing has been deleted.
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
"Delete query was unable to match any thing to delete from the database."
Actual Output
Additional information
The cake is a lie! (c)