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.14
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.15
Choose a head ref
  • 12 commits
  • 109 files changed
  • 14 contributors

Commits on Apr 10, 2023

  1. added package lock

    pleerock committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    115059d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    4240258 View commit details
    Browse the repository at this point in the history
  2. test: cli init with local typeorm package (#9926)

    * test: cli init with local typeorm package
    
    Uses the locally built files instead of the typeorm
    package published to npmjs. This enables testing project
    initialisation with unreleased typeorm package versions.
    
    * fix: enable init cli to be testable w non-releases
    mptr authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3a72e35 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. feat: support for the latest mongodb v5 (#9925)

    * fix: add support for mongodb driver v5
    
    This new fix allow support to mongodb driver v5
    
    Closes: #7907
    
    * refactor: remove callback from MongoDriver connect
    
    * fix: check for propertyName in transform
    
    * fix: add support for mongodb driver v5
    
    This new fix allow support to mongodb driver v5
    
    Closes: #7907
    
    * feat: mongodb 5.2.0 typings
    
    * fix: instanceof ObjectId check
    
    Instanceof check now no longer references to just the
    type but the loaded class ref instead.
    
    * test: fix test name to mongodb v5
    
    ---------
    
    Co-authored-by: Matheus Melo Antiquera <[email protected]>
    Co-authored-by: tgrassl <[email protected]>
    Co-authored-by: Matheus Melo Antiquera <[email protected]>
    4 people authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    f6a3ce7 View commit details
    Browse the repository at this point in the history
  2. fix: SelectQueryBuilder builds incorrectly escaped alias in Oracle wh…

    …en used on entity with composite key (#9668)
    
    * Update SelectQueryBuilder.ts
    
    Bug fix, In case a unique alias is created in first query then result was not getting mapped properly.
    
    * lint fix
    
    ---------
    
    Co-authored-by: Dmitry Zotov <[email protected]>
    Alankarsharma and AlexMesser authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    83c6c0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80ae904 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ee6232 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06291cf View commit details
    Browse the repository at this point in the history
  6. fix: make cache optional fields optional (#9942)

    This patch allows the getFromCache caller to only pass in
    identifier or query field, as getFromCache already handles
    the identifier and query field checks
    
    Co-authored-by: ru.c <[email protected]>
    RustySol and RustySol authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    159c60a View commit details
    Browse the repository at this point in the history
  7. fix: prevent unique index identical to primary key (all sql dialects) (

    …#9940)
    
    Co-authored-by: Lucian Mocanu <[email protected]>
    alumni and Lucian Mocanu authored Apr 15, 2023
    Configuration menu
    Copy the full SHA
    51eecc2 View commit details
    Browse the repository at this point in the history
  8. fixed compiler error

    pleerock committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    f1c5662 View commit details
    Browse the repository at this point in the history
  9. version bump

    pleerock committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    5890561 View commit details
    Browse the repository at this point in the history
Loading