Skip to content

Commit

Permalink
Npgsql: Add tracking link to FIXME item
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 18, 2024
1 parent 1fbbad6 commit 4c7b18b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions by-language/csharp-npgsql/DemoTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ INSERT INTO testdrive.example (
cmd.Parameters.AddWithValue("ip", "127.0.0.1");
cmd.Parameters.AddWithValue("array", new List<string>{"foo", "bar"});
// FIXME: System.NotSupportedException: Cannot resolve 'hstore' to a fully qualified datatype name. The datatype was not found in the current database info.
// https://github.com/crate/zk/issues/26
// cmd.Parameters.AddWithValue("object", new Dictionary<string, string>(){{"foo", "bar"}});
cmd.Parameters.AddWithValue("object", @"{""foo"": ""bar""}");
cmd.Parameters.AddWithValue("geopoint", new List<double>{85.43, 66.23});
Expand Down

0 comments on commit 4c7b18b

Please sign in to comment.