|
26 | 26 | "Driver rejects empty queries before sending it to the server"
|
27 | 27 | },
|
28 | 28 | "features": {
|
29 |
| - "Feature:API:Result.Single": "Does not raise error when not exactly one record is available. To be fixed in 5.0", |
| 29 | + "Feature:API:Result.List": true, |
30 | 30 | "Feature:API:Result.Peek": true,
|
| 31 | + "Feature:API:Result.Single": "Does not raise error when not exactly one record is available. To be fixed in 5.0.", |
31 | 32 | "Feature:Auth:Bearer": true,
|
32 | 33 | "Feature:Auth:Custom": true,
|
33 | 34 | "Feature:Auth:Kerberos": true,
|
|
38 | 39 | "Feature:Bolt:4.3": true,
|
39 | 40 | "Feature:Bolt:4.4": true,
|
40 | 41 | "Feature:Impersonation": true,
|
41 |
| - "Feature:TLS:1.1": "Driver blocks TLS 1.1 for security reasons", |
| 42 | + "Feature:TLS:1.1": "Driver blocks TLS 1.1 for security reasons.", |
42 | 43 | "Feature:TLS:1.2": true,
|
43 |
| - "Feature:TLS:1.3": "Depends on the machine (will be calculated dynamically)", |
| 44 | + "Feature:TLS:1.3": "Depends on the machine (will be calculated dynamically).", |
44 | 45 | "AuthorizationExpiredTreatment": true,
|
45 | 46 | "Optimization:ConnectionReuse": true,
|
46 | 47 | "Optimization:EagerTransactionBegin": true,
|
47 | 48 | "Optimization:ImplicitDefaultArguments": true,
|
48 | 49 | "Optimization:MinimalResets": true,
|
49 | 50 | "Optimization:PullPipelining": true,
|
| 51 | + "Optimization:ResultListFetchAll": "The idiomatic way to cast to list is indistinguishable from iterating over the result.", |
50 | 52 | "ConfHint:connection.recv_timeout_seconds": true,
|
51 | 53 | "Temporary:CypherPathAndRelationship": true,
|
52 | 54 | "Temporary:DriverFetchSize": true,
|
53 | 55 | "Temporary:DriverMaxTxRetryTime": true,
|
54 | 56 | "Temporary:FullSummary": true,
|
55 | 57 | "Temporary:ResultKeys": true,
|
56 |
| - "Temporary:ResultList": "requires further specification/discussion in the team", |
57 | 58 | "Temporary:TransactionClose": true
|
58 | 59 | }
|
59 | 60 | }
|
0 commit comments