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

Commits on May 22, 2024

  1. OpenFileGDB: add partial read-only support for tables with 64-bit Obj…

    …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.
    rouault committed May 22, 2024
    Configuration menu
    Copy the full SHA
    78c7886 View commit details
    Browse the repository at this point in the history