Closed tomasfabian closed 8 months ago
Hi @mrt181, could you review this PR, please? It adds identifier escaping for DROP statements.
Hi @mrt181, could you review this PR, please? It adds identifier escaping for DROP statements.
I added a few comments
I added a few comments
Did you submit the comments? I can't find them.
I added a few comments
Did you submit the comments? I can't find them.
Yes, sorry, forgot to submit
@mrt181 thank you for the review so far! I published a prerelease version 4.0.0-rc.1
of ksqlDb.RestApi.Client
.
Feel free to inform me if there are any other areas we can enhance or improve upon.
DropTableAsync
,DropTypeAsync
, andDropStreamAsync
inKSqlDbRestApiClient
. These overloads now accept an argumentDropFromItemProperties
, providing more flexibility in configuring the drop operations.IKSqlDbDropRestApiClient
interface fromIKSqlDbRestApiClient