Skip to content

Commit be119ec

Browse files
Update error messages for TypeQL perf changes (#414)
## Usage and product changes Updates error messages to reflect TypeQL keyword checks no longer being parsing errors.
1 parent 6ef0f04 commit be119ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

driver/query.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,10 +1387,11 @@ Feature: Driver Query
13871387
"""
13881388
match $r label non-existing;
13891389
"""
1390-
Then typeql schema query; fails with a message containing: "Query parsing failed"
1390+
Then typeql schema query; fails with a message containing: "The reserved keyword \"entity\" cannot be used as an identifier"
13911391
"""
13921392
define entity entity;
13931393
"""
1394+
Given connection open schema transaction for database: typedb
13941395
Then typeql schema query; fails with a message containing: "Failed to execute define query"
13951396
"""
13961397
define attribute name owns name;

0 commit comments

Comments
 (0)