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

DM-18438: Add ability to specify field lengths for DatabaseDict and use that #137

Merged
merged 2 commits into from
Mar 18, 2019

Commits on Mar 13, 2019

  1. Add ability to specify field lengths for DatabaseDict and use that

    PosixDatastore now defines the lengths for PosixDatastoreRecords
    timj committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    64bf7fe View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Add length constraint to DatabaseDict tables

    sqlite ignores varchar length. An explicit check constraint
    is required to force a length check.  This commit adds that
    and a corresponding test to ensure that the lengths have
    been applied properly.
    timj committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    2f75c43 View commit details
    Browse the repository at this point in the history