Mikael Jönsson

Results 4 issues of Mikael Jönsson

When doing a replace of an item the value "id" is resolved instead of the value of the property "id" if you haven't added an IdAttribute on the id property....

When using the async functions for executing queries we should also use the async version of `NpgsqlCommand.PrepareAsync()`. Affected functions are `executeAsync`, `iterAsync`, `executeRowAsync`, `executeNonQueryAsync`.

I noticed that you use the non-async variant of prepare even for the async calls. Even though this is something that is only actually fired once per SQL statement it...

I noticed that creation and destruction is not made with async methods for the async functions in the library. Also the read method have an async overload as well so...