Issue type:
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
Database system/driver:
[ ] cordova
[ ] mongodb
[ ] mssql
[x] mysql / mariadb
[ ] oracle
[ ] postgres
[ ] cockroachdb
[ ] sqlite
[ ] sqljs
[ ] react-native
[ ] expo
TypeORM version:
[x] latest
[ ] @next
[ ] 0.x.x (or put your version here)
Steps to reproduce or a small repository showing the problem:
When working with views, in migrations a line like the following is generated:
await queryRunner.query("INSERT INTO `development`.`typeorm_metadata`(`type`, `schema`, `name`, `value`) VALUES (?, ?, ?, ?)");
As you can see, the placeholders are never filled, neither does a table named "typeorm_metadata" exist.
When I delete those lines, everything is working.
Issue type:
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
Database system/driver:
[ ]
cordova[ ]
mongodb[ ]
mssql[x]
mysql/mariadb[ ]
oracle[ ]
postgres[ ]
cockroachdb[ ]
sqlite[ ]
sqljs[ ]
react-native[ ]
expoTypeORM version:
[x]
latest[ ]
@next[ ]
0.x.x(or put your version here)Steps to reproduce or a small repository showing the problem:
When working with views, in migrations a line like the following is generated:
As you can see, the placeholders are never filled, neither does a table named "typeorm_metadata" exist.
When I delete those lines, everything is working.