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

OpenFileGDB: add partial read-only support for tables with 64-bit ObjectIDs #9980

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented May 22, 2024

Tables with non-sparse pages in .gdbtablx are fully supported.

A subset of tables with sparse pages are properly supported (cf https://github.com/rouault/dump_gdbtable/wiki/FGDB-Spec#trailing-section-16-bytes--variable-number-) When we detect that we can't properly decode ObjectID in the unsupported subset of sparse tables, we emit a warning, and turn off use of attribute/spatial indices.

Read-only support for now.

…ectIDs

Tables with non-sparse pages in .gdbtablx are fully supported.

A subset of tables with sparse pages are properly supported (cf
https://github.com/rouault/dump_gdbtable/wiki/FGDB-Spec#trailing-section-16-bytes--variable-number-)
When we detect that we can't properly decode ObjectID in the unsupported
subset of sparse tables, we emit a warning, and turn off use of attribute/spatial indices.

Read-only support for now.
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.

None yet

1 participant