Skip to content

Commit

Permalink
Fix blacklist for updated compatibility mode
Browse files Browse the repository at this point in the history
Compatibility mode in 3.2 is very close to 'regular' 3.1 behaviour,
so it should have a similar blacklist, not the blacklist of compatibility
mode for 3.0 that existed in 3.1.
  • Loading branch information
Mats-SX committed Nov 21, 2016
1 parent 7492279 commit 52c2347
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// bugged in spec, awaiting update
SKIP with an expression that depends on variables should fail
LIMIT with an expression that depends on variables should fail
Fail when returning type of deleted relationships
Fail when returning properties of deleted relationships
// unsupported comparability
Fail when comparing nodes to parameters
Fail when comparing parameters to nodes
Comparing nodes to properties
Fail when comparing nodes to relationships
Fail when comparing relationships to nodes

0 comments on commit 52c2347

Please sign in to comment.