Skip to content

Conversation

@dreab8
Copy link
Member

@dreab8 dreab8 commented Feb 5, 2025

Fix #1931

.getJdbcDatabaseMetaData()
.getCrossReference( parentCatalog, parentSchema, parentTable, foreignCatalog, foreignSchema, foreignTable) ) {
return processor.process( resultSet );
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this solution is correct. It seems it's using something related to JDBC.
This method is only needed for Informix that we don't support at the moment.

I think we can just close this issue. and let the code as is.
Unless there's a way with the current dialects to call it.

@DavideD DavideD closed this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement InformationExtractorJdbcDatabaseMetaDataImpl#processCrossreferenceResultSet

2 participants