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: columns with transformer should be normalized for update #5700

Merged
merged 5 commits into from May 18, 2020
Merged

fix: columns with transformer should be normalized for update #5700

merged 5 commits into from May 18, 2020

Commits on Mar 17, 2020

  1. fix: columns with transformer should be normalized for update

    Closes: #2703
    Ryan Shea committed Mar 17, 2020
    Copy the full SHA
    7722ef8 View commit details
    Browse the repository at this point in the history
  2. fix: test case to use separate logger per connection

    Ryan Shea committed Mar 17, 2020
    Copy the full SHA
    8fdadcf View commit details
    Browse the repository at this point in the history
  3. fix: test dummy column type

    int means int8 on cockroachdb. Explicitly specify int4.
    Ryan Shea committed Mar 17, 2020
    Copy the full SHA
    3d2e1ed View commit details
    Browse the repository at this point in the history
  4. fix: use string instead of number for test

    int4 doesn't work for all dbs. Use string because it's universal.
    Ryan Shea committed Mar 17, 2020
    Copy the full SHA
    f00f7f4 View commit details
    Browse the repository at this point in the history
  5. fix: let typeorm infer proper test column type

    Ryan Shea committed Mar 17, 2020
    Copy the full SHA
    d0f4b94 View commit details
    Browse the repository at this point in the history