bersler / OpenLogReplicator

Open Source Oracle database CDC
https://www.bersler.com
GNU General Public License v3.0
280 stars 131 forks source link

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

Open hbk671104 opened 3 months ago

hbk671104 commented 3 months ago

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
bersler commented 3 months ago

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.

hbk671104 commented 2 months ago

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 commented 2 months ago

151 PR submitted.