We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975437b commit 693b836Copy full SHA for 693b836
testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests/GetFeatures.java
@@ -60,7 +60,8 @@ public class GetFeatures implements TestkitRequest
60
"Temporary:CypherPathAndRelationship",
61
"Temporary:FullSummary",
62
"Temporary:ResultKeys",
63
- "Temporary:TransactionClose"
+ "Temporary:TransactionClose",
64
+ "Optimization:EagerTransactionBegin"
65
) );
66
67
private static final Set<String> SYNC_FEATURES = new HashSet<>( Arrays.asList(
0 commit comments