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

Allow unregistered options to be ignored in DBOptions from files #9045

Closed

Commits on Oct 17, 2021

  1. Allow unregistered options to be ignored in DBOptions from files

    Adds changes to DBOptions (comparable to ColumnFamilyOptions) to allow some option values to be ignored on rehydration from the Options file.  This is necessary for some customizable classes that were not registered with the ObjectRegistry but are saved/restored from the Options file.
    
    All tests pass.  Will run check_format_compatible.sh shortly.
    mrambacher committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    523759d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. More work on testing Options and options files

    - Added ability to sanity check DBOptions
    - Added testing of options file verification when ignore_unsupported_opttions=false
    - Fixed a problem with SliceTransform not resetting on empty IDs
    mrambacher committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    bebb17a View commit details
    Browse the repository at this point in the history
  2. Fix LITE build

    mrambacher committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ef8cc0e View commit details
    Browse the repository at this point in the history