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

Fix ValueGenerated On Add Or Update, , make ValueGeneratedOnUpdate() and ValueGeneratedOnAddOrUpdate() working #26713

Closed
wants to merge 6 commits into from

Commits on Nov 16, 2021

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

Commits on Nov 22, 2021

  1. marge

    eation committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    18e2c4c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dotnet-main'

    eation committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    8cab168 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Make ValueGenerationManager can be override, to separate value genera…

    …te action in RelationalDB provider and None-RelationalDB provider, so each provider can has it's owe logic to use ValueGenerator for Generate values. Like RelationalDB,the HasDefaultValueSql() and HasDefaultValue AnnotationNames means property has default value, different from None-RelationalDB.
    eation committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    6de49fb View commit details
    Browse the repository at this point in the history
  2. Update RelationalServices

    eation committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b7a316d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. fix formatting

    eation committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    f664b75 View commit details
    Browse the repository at this point in the history