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]: add identifier formatting #58

Closed mrt181 closed 4 months ago

mrt181 commented 4 months ago

Some identifiers are reserved words and cause an error when used in a statement. This commit adds the option to escape identifiers using backticks. Three options are available:

57

tomasfabian commented 4 months ago

Hello @mrt181, if you wish to be included on the Contributors list, it's likely necessary for you to address this issue:

The email address you used to author the commits isn't connected to your account on GitHub.