Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release/3.8] [openfilegdb] Correctly use "features" as related table type #9270

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Feb 21, 2024

Backport #9269
Authored by: @nyalldawson

Previously we reported the table type as "feature", which did
not match the accepted values reported by GDAL_DMD_RELATIONSHIP_RELATED_TABLE_TYPES
for the drivers (and differed from the "features" string used
by other drivers, eg. GPKG).

This is purely a GDAL implementation detail, it does not affect
how the relationships are actually recorded in the GDB (as we
only check for the table type of "media" to apply special
handling)
@coveralls
Copy link
Collaborator

Coverage Status

coverage: 67.944% (+0.005%) from 67.939%
when pulling 6668414 on backport-9269-to-release/3.8
into 1f350ba on release/3.8.

@rouault rouault added this to the 3.8.5 milestone Feb 21, 2024
@rouault rouault merged commit e3a47e7 into release/3.8 Feb 21, 2024
30 checks passed
@rouault rouault deleted the backport-9269-to-release/3.8 branch February 21, 2024 16:24
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.

3 participants