Skip to content

UrsineRaven/typeorm-bug-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeORM Bug Example

A small example repo for reproducing the bug reported in issue #5047;

Steps to run this project:

  1. Run npm i command
  2. Run node index.js command

Explanation of bug

When you add the column to return the id of a relationship, it does not return the id for entities added to the database after that point. The console logging walks you through this and better shows the issue.

About

Example reproducing bug for TypeORM issue #5047

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published