We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e285765 commit 6f3e1a0Copy full SHA for 6f3e1a0
test/Npgsql.AgeTests/AgeIntegrationTests.cs
@@ -215,7 +215,7 @@ public async Task ExecuteCypherQueryAsync_WithStringToAgtypeMap_Should_Work()
215
216
await using var command = connection.CreateCypherCommand(
217
graphName,
218
- "WITH '{\"bignumber\":5e24}' as obj RETURN obj.bignumber"
+ "WITH '{\"bignumber\":5e24}'::agtype as obj RETURN obj.bignumber"
219
);
220
await using var dataReader = await command.ExecuteReaderAsync();
221
0 commit comments