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: prefix relation id columns contained in embedded entities (#6977) #7432

Merged
merged 2 commits into from
Feb 16, 2022

Commits on Feb 27, 2021

  1. fix: prefix relation id columns contained in embedded entities (typeo…

    …rm#6977)
    
    Searches embedded entity columns for relation ID column if relation column
    is in embedded entity. If not found, creates new relation ID with embedded
    metadata set to match the relation column.
    
    fixes: typeorm#2254
    fixes: typeorm#3132
    fixes: typeorm#3226
    fixes: typeorm#6977
    nebkat committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    476988a View commit details
    Browse the repository at this point in the history
  2. test: prefix subcounters sub-entity with "sub" to fit in 30 character…

    … identifier for oracle
    
    Problem introduced with typeorm#6981
    nebkat committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    89c836a View commit details
    Browse the repository at this point in the history