Open strongduanmu opened 2 years ago
Hi @strongduanmu Any update here? Could we finish this in 5.1.1?
@TeslaCN Can not finish in 5.1.1
, I will change the milestone.
@strongduanmu For this issue, do you mean we should continue to implement constraint segment merge logic in SQLServer/Oracle/openGauss/Postgresql
metadataloader like mysql
?
@lhyundeadsoul Yes, are you interested in completing it?
Hello , this issue has not received a reply for several days. This issue is supposed to be closed.
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
I will handle the Oracle-related part.
Feature Request
To support handling of foreign key constraints in issue #16050, ConstraintMetaData needs to be added to the metadata.
Add
Map<String, Constraint MetaData> constraints
to TableMetaData:Then add query logic for constraints in MySQLTableMetaDataLoader.
Is your feature request related to a problem?
issue #16050
Describe the feature you would like.