We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef0f04 commit be119ecCopy full SHA for be119ec
1 file changed
driver/query.feature
@@ -1387,10 +1387,11 @@ Feature: Driver Query
1387
"""
1388
match $r label non-existing;
1389
1390
- Then typeql schema query; fails with a message containing: "Query parsing failed"
+ Then typeql schema query; fails with a message containing: "The reserved keyword \"entity\" cannot be used as an identifier"
1391
1392
define entity entity;
1393
1394
+ Given connection open schema transaction for database: typedb
1395
Then typeql schema query; fails with a message containing: "Failed to execute define query"
1396
1397
define attribute name owns name;
0 commit comments