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

Dissolve Relational.Design package #8680

Merged
merged 11 commits into from
Jun 2, 2017

Commits on Jun 2, 2017

  1. Remove IInternalDatabaseModelFactory

    Not useful at all.
    smitpatel committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    d2ae324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f43532 View commit details
    Browse the repository at this point in the history
  3. Remove ReverseEngineerConfiguration

    Remove CustomConfiguration
    smitpatel committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    e02f03f View commit details
    Browse the repository at this point in the history
  4. Remove CustomConfiguration classes from Reverse Engineering

    Rewrite code writers to work directly from Model
    smitpatel committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    0524943 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1270e9 View commit details
    Browse the repository at this point in the history
  6. Remove Sqlite.Design package

    Remove Sqlite.Design.Tests
    Introduce IScaffoldingHelper interface which provider overwrites to generate provider specific code in scaffolding pipeline
    smitpatel committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    73e1042 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    263c102 View commit details
    Browse the repository at this point in the history
  8. RevEng: Actually use ScaffoldingTypeMapper

    Remove special processing around type mapping in SqlServerScaffoldingModelFactory
    Change ColumnModel.StoreType to have fully qualified type name for ScaffoldingTypeMapper
    smitpatel committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    58c8f81 View commit details
    Browse the repository at this point in the history
  9. Test: Change expected files of reverse engineering testing to have .c…

    …s extension for easy formatting
    smitpatel committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    5f32dc2 View commit details
    Browse the repository at this point in the history
  10. Remove SqlServer.Design

    Remove SqlServer.Design.Tests
    
    Introduce IAnnotationRenderer interface for provider writers to provide us how to interpret annotations
    Flow annotations from DatabaseModel to IModel so that provider can generate provider specific fluent API
    Remove special processing inside of SqlServerScaffoldingFactory. All processing should happen while generating database
    smitpatel committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    32434d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    778a843 View commit details
    Browse the repository at this point in the history