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

fix: respect database from connection urls #5640

Merged
merged 7 commits into from May 16, 2020
Merged

fix: respect database from connection urls #5640

merged 7 commits into from May 16, 2020

Commits on Mar 7, 2020

  1. fix: respect database from connection urls

    database names can be defined in the options object. Now also connection urls that contain a database can be used to have the database set in the drivers object.
    
    Closes: #2096
    julius committed Mar 7, 2020
    Copy the full SHA
    f80be41 View commit details
    Browse the repository at this point in the history
  2. only disconnect connection if connected.

    julius committed Mar 7, 2020
    Copy the full SHA
    34e7f0a View commit details
    Browse the repository at this point in the history
  3. revert changes.

    julius committed Mar 7, 2020
    Copy the full SHA
    8494cb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. fix credentials for testing

    julius committed Mar 8, 2020
    Copy the full SHA
    0fa78a2 View commit details
    Browse the repository at this point in the history
  2. create connection by lib function

    julius committed Mar 8, 2020
    Copy the full SHA
    d2b6870 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. check typeorm config during testing to check whether a mysql database…

    … is available
    julius committed Mar 14, 2020
    Copy the full SHA
    bc2bd9d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:typeorm/typeorm into fix-mysqldat…

    …abaseurl
    julius committed Mar 14, 2020
    Copy the full SHA
    8429e76 View commit details
    Browse the repository at this point in the history