Closed mrt181 closed 8 months ago
Describe the bug When creating a stream/table and the properties/fields have JsonPropertyName attributes, these are ignored on insert statments.
JsonPropertyName
To Reproduce Create a stream/table with these JsonPropertyName and try to insert into it.
Expected behavior The insert should work, the correct insert statement should be created.
Environment (please complete the following information):
ksqlDb
ksqlDb.RestApi.Client
I released a hotfix: dotnet add package ksqlDb.RestApi.Client --version 3.6.1
dotnet add package ksqlDb.RestApi.Client --version 3.6.1
Thank you, @mrt181 for the patch!
Describe the bug When creating a stream/table and the properties/fields have
JsonPropertyName
attributes, these are ignored on insert statments.To Reproduce Create a stream/table with these
JsonPropertyName
and try to insert into it.Expected behavior The insert should work, the correct insert statement should be created.
Environment (please complete the following information):
ksqlDb
version: 7.6.0ksqlDb.RestApi.Client
Nuget package version 3.6.0