Skip to content

Commit 0508913

Browse files
committed
Npgsql: Add tracking link to FIXME item
1 parent 5fe5f6d commit 0508913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

by-language/csharp-npgsql/DemoTypes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ INSERT INTO testdrive.example (
156156
cmd.Parameters.AddWithValue("ip", "127.0.0.1");
157157
cmd.Parameters.AddWithValue("array", new List<string>{"foo", "bar"});
158158
// FIXME: System.NotSupportedException: Cannot resolve 'hstore' to a fully qualified datatype name. The datatype was not found in the current database info.
159+
// https://github.com/crate/zk/issues/26
159160
// cmd.Parameters.AddWithValue("object", new Dictionary<string, string>(){{"foo", "bar"}});
160161
cmd.Parameters.AddWithValue("object", @"{""foo"": ""bar""}");
161162
cmd.Parameters.AddWithValue("geopoint", new List<double>{85.43, 66.23});

0 commit comments

Comments
 (0)