OpenLogReplicator icon indicating copy to clipboard operation
OpenLogReplicator copied to clipboard

Include `owner` in DDL changelog of non-table objects

Open hbk671104 opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe.

I'm using OLR by integrating debezium into my project. I found the owner key missing in the DDL changelog of non-table objects.

Describe the solution you'd like

Include the owner key and possibly a key that specifies the object's name in the DDL changelog of non-table database object.

Describe alternatives you've considered

None.

Additional context

企业微信截图_17158312332818

hbk671104 avatar May 16 '24 04:05 hbk671104

This issue has low priority. Parsing the owner would require to add code to parse every type of DDL object. This seems to be a feature which most like would not be a must have for other users.

bersler avatar Jun 09 '24 09:06 bersler

This issue has low priority. Parsing the owner would require to add code to parse every type of DDL object. This seems to be a feature which most like would not be a must have for other users.

We finished our own implementation. We'll submit a PR soon.

hbk671104 avatar Jun 14 '24 08:06 hbk671104

#151 PR submitted.

hbk671104 avatar Jun 14 '24 10:06 hbk671104

Actually this is done with one of some last commits. DDL operations include schema name now.

bersler avatar Dec 28 '24 09:12 bersler

@hbk671104 if you are happy with the solution - a donation is a good way to show your happiness :)

bersler avatar Dec 28 '24 09:12 bersler