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

Update ORDataObject persist method #4862

Closed
wants to merge 5 commits into from
Closed

Commits on Jan 29, 2022

  1. Use alternate ADO meta function

    Since metaColumns provides all properties about the field, this will provide opportunity to eliminate or at least limit use of sequences counter.
    mdsupport committed Jan 29, 2022
    Copy the full SHA
    fc25645 View commit details
    Browse the repository at this point in the history
  2. Add optional code as comment block

    Do not set sequences value for auto_incremented keys.
    mdsupport committed Jan 29, 2022
    Copy the full SHA
    f4792c7 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Copy the full SHA
    137ff2c View commit details
    Browse the repository at this point in the history
  2. Skip autoincremented primary keys

    This change 
    1. Eliminates the use of 'REPLACE' statement.
    2. Allows incremental transition to autoincremented primary key.
    mdsupport committed May 19, 2022
    Copy the full SHA
    2adfdd5 View commit details
    Browse the repository at this point in the history
  3. Styling fixes to prior commit

    Styling fixes.
    mdsupport committed May 19, 2022
    Copy the full SHA
    b4bd80d View commit details
    Browse the repository at this point in the history