mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
bugfix
This commit is contained in:
parent
75031eea84
commit
22c9a2a8d6
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "typeorm",
|
||||
"private": true,
|
||||
"version": "0.1.0-alpha.20",
|
||||
"version": "0.1.0-alpha.19",
|
||||
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL, MongoDB databases.",
|
||||
"license": "MIT",
|
||||
"readmeFilename": "README.md",
|
||||
|
||||
@ -599,7 +599,7 @@ export abstract class QueryBuilder<Entity> {
|
||||
}).join(",") + ")";
|
||||
}).join(", ");
|
||||
|
||||
this.setParameters(params);
|
||||
this.setParameters(parameters);
|
||||
return `INSERT INTO ${this.escapeTable(tableName)}(${columns}) VALUES ${values}`;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user