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: typeorm/typeorm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.16
Choose a base ref
...
head repository: typeorm/typeorm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.17
Choose a head ref
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on May 10, 2023

  1. test: fix test from #9034 with STI for Oracle (#10037)

    Oracle does not have a `onUpdate: 'CASCADE'` option.
    Thus, the test fixtures had to be adapted.
    Checking for the correct `onUpdate` actions for Oracle was introduced in #9786.
    felix-gohla authored May 10, 2023
    Copy the full SHA
    d4607a8 View commit details

Commits on Jun 19, 2023

  1. Copy the full SHA
    f5d4397 View commit details

Commits on Jun 20, 2023

  1. chore: use new CircleCI convenience images (#10101)

    This commit updates the CircleCI images to the new convenience images
    (cimg/... instead of circleci/...), as the old ones were deprecated.
    Sadly, they do not come with major-only tags.
    See the following blog post for more information:
    https://circleci.com/docs/next-gen-migration-guide/
    
    Also, the apt cache was not updated before downloading additional
    packages.
    Thus, an update of the apt cache should fix getting the right packages.
    
    Related to #10100
    felix-gohla authored Jun 20, 2023
    Copy the full SHA
    7108cc6 View commit details
  2. fix: #10040 TypeORM synchronize database even if it is up to date (#1…

    …0041)
    
    * test: #10040 TypeORM synchronize database even if it is up to date
    
    * formating
    
    * fix: TypeORM synchronize database even if it is up to date #10040
    juliengbt authored Jun 20, 2023
    Copy the full SHA
    b1a3a39 View commit details
  3. version bump

    pleerock committed Jun 20, 2023
    Copy the full SHA
    a909d5b View commit details
Loading