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

feat(typeorm): create initial support for typeorm ^0.3.0 and nest ^9.0.0 #797

Merged
merged 1 commit into from
Nov 29, 2022

Commits on Jul 25, 2022

  1. feat(typeorm): create initial support for typeorm ^0.3.0 and nest ^9.0.0

    TypeORM has been upgraded to ^0.3.0. Nest has been upgraded to ^9.0.0. Minor changes to TypeORM crud
    service related to unique select columns. Major changes to tests to support new DataSource
    configuration.
    
    BREAKING CHANGE: TypeORM v0.3.0 came with many breaking changes, please see their release notes for
    more details. https://github.com/typeorm/typeorm/releases/tag/0.3.0
    
    re nestjsx#790
    MrMaz committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    3977dc9 View commit details
    Browse the repository at this point in the history