tomasfabian / ksqlDB.RestApi.Client-DotNet

ksqlDb.RestApi.Client is a C# LINQ-enabled client API for issuing and consuming ksqlDB push and pull queries and executing statements.
MIT License
93 stars 24 forks source link

[ksqlDB.RestApi.Client]: fix insert statement creation #60

Closed mrt181 closed 4 months ago

mrt181 commented 4 months ago

Inserts must use `JsonPropertyName' attributes when these are defined.

59

tomasfabian commented 4 months ago

Hi @mrt181, could you add a new section 3.6.1 to the ChangeLog.md, please? Thank you for the bug fix!