Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bnse/postgresDBSamples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: morenoh149/postgresDBSamples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 74 files changed
  • 5 contributors

Commits on Sep 11, 2023

  1. Fix Adventureworks Scaffold-DbContext generation

    The types of the properties specified for the foreign key
     {'Departmentid' : short} on entity type 'Employeedepartmenthistory
    (Dictionary<string, object>)' do not match the types of the properties
    in the principal key {'Departmentid' : int} on entity type 'Department
    (Dictionary<string, object>)'. Provide properties that use the same
     types in the same order.
    gabidabet committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fbfbdf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request morenoh149#12 from gabidabet/fix-scaffold-db-conte…

    …xt-ef-generation
    
    Fix Adventureworks Scaffold-DbContext generation
    morenoh149 authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    e9f9909 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Unzip adventureworks zip

    * this database has been harder to maintain due to being a zipfile. Data is cheap, lets keep it unzipped.
    Harry Moreno committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5bd48ba View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 15, 2023

  1. Merge pull request morenoh149#13 from jrjsmrtn/fix-adventureworks-Spe…

    …cialOfferProduct-import
    
    Fix adventureworks SpecialOfferProduct CSV import
    morenoh149 authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7149de0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

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

Commits on Sep 20, 2023

  1. Merge pull request morenoh149#14 from jakubiszon/master

    remove manual inserts in Adventureworks install.sql
    morenoh149 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2bdc953 View commit details
    Browse the repository at this point in the history
Loading