nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.04k stars 533 forks source link

fix(crud-typeorm): use random parameter name to prevent invalid parameters #723

Open imnotjames opened 3 years ago

imnotjames commented 3 years ago

The parameter names use the field names as part of this.

However, parameter names in TypeORM may only contain alphanumeric and underscores.