You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|One or more values returned could not be handled by this version of the client and were replaced with placeholder map values. Please upgrade your client.
1238
+
|Category
1239
+
m|UNSUPPORTED
1240
+
|GQLSTATUS code
1241
+
m|01N83
1242
+
|Status description
1243
+
a|warn: Client does not support this type. Client does not support type `{ <<valueType>> }`.
1244
+
Please upgrade your client.
1245
+
|Classification
1246
+
m|UNSUPPORTED
1247
+
|SeverityLevel
1248
+
m|WARNING
1249
+
|===
1250
+
1251
+
.Accessing a vector with an unsupported driver (e.g., 5.x driver)
1252
+
[.tabbed-example]
1253
+
=====
1254
+
[.include-with-GQLSTATUS-code]
1255
+
======
1256
+
Query::
1257
+
+
1258
+
[source,cypher]
1259
+
----
1260
+
RETURN VECTOR([1, 2, 3], 3, INTEGER32)
1261
+
----
1262
+
1263
+
Returned GQLSTATUS code::
1264
+
01N83
1265
+
1266
+
Returned status description::
1267
+
warn: Client does not support this type. Client does not support type `VECTOR`. Please upgrade your client.
1268
+
Suggestions for improvement::
1269
+
Upgrade your client to a version that supports this type.
1270
+
======
1271
+
[.include-with-neo4j-code]
1272
+
======
1273
+
Query::
1274
+
1275
+
[source,cypher]
1276
+
----
1277
+
RETURN VECTOR([1, 2, 3], 3, INTEGER32)
1278
+
----
1279
+
Description of the returned code::
1280
+
One or more values returned could not be handled by this version of the client and were replaced with placeholder map values. Please upgrade your client.
1281
+
Suggestions for improvement::
1282
+
Upgrade your client to a version that supports this type.
0 commit comments