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

feat(datastore): implement custom primary key functionality #1517

Closed

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    6ffbea5 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    9786c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2f4f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b968355 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    8184d53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a13ea8e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    3d85bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13728b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ce3d4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5a2cc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f587f View commit details
    Browse the repository at this point in the history
  6. chore(datastore): custom PK support in Android

    - FlutterModelPrimaryKey implementation
    - Query by identifier (ModelPrimaryKey) using new amplify-android API
    - Required code changes to fit the newly updated interface in amplify-android
    - Fixing exiting unit tests
    HuiSF committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2e289b3 View commit details
    Browse the repository at this point in the history