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

[RFC] [DML] INSERT, UPSERT, and REPLACE #11

Merged
merged 15 commits into from
Sep 6, 2022
Merged

[RFC] [DML] INSERT, UPSERT, and REPLACE #11

merged 15 commits into from
Sep 6, 2022

Commits on Jun 21, 2022

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

Commits on Jul 14, 2022

  1. Fix initial comments

    am357 committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    b08aab0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

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

Commits on Jul 21, 2022

  1. Address typos in examples

    am357 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    97edc37 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Fix typos

    am357 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    13a945d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    1ba2810 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feda4f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Address more comments

    am357 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    db95752 View commit details
    Browse the repository at this point in the history
  2. Add more code examples

    am357 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d76d945 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    083e469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a85857 View commit details
    Browse the repository at this point in the history
  3. Address comments

    am357 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    058b233 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Address RFC review feedback

    - Replace double quotes w/ single quotes
    - Move DEFAULT for omitted attributes from MUST to MAY
    - Add a comment about addition of  attribute
    - Add an example for closed -> open schema
    - Clarify referencing a missing value during on-conflict
    am357 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    3156cc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Address new feedback by Amrith

    am357 committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d71a35c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Address new feedback by Almann

    am357 committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    c1d03f8 View commit details
    Browse the repository at this point in the history