crud
crud copied to clipboard
NestJs CRUD for RESTful APIs
## Bug Report ## Current behavior I'm running Nestjsx on a Nest.js project, as I've done in many others. But I'm not sure which library or version is breaking this,...
Adds new `contArr` and `intersectsArr` query operators, with the `intersectsArr` operator generating SQL queries like: ``` select ... where tags::text[] && ARRAY[$1,$2]; ``` This selects rows where the `tags` column,...
I'm getting error `QueryFailedError: column reference "Ticket_id" is ambiguous` when trying to query findMany with both a join and a specified limit when using Postgres DB. Tried the same code,...
TypeORM [0.3.0](https://github.com/typeorm/typeorm/releases/tag/0.3.0) version was released. It would be great to add support for this version.
Hello, dear users of this library, colleagues, and friends. I'm Mykhaylo Yali, the creator of NestJsCRUD (some of you may know me personally as Michael). I lived in [Mariupol](https://en.wikipedia.org/wiki/Mariupol) until...
Issue: Mr. Putin, president of Russia, ex. KGB-agent, launched an unprovoked attack on the independent country of Ukraine. They are performing war crimes and crimes against humanity, killing thousands of...
TypeORM has been upgraded to ^0.3.0. Nest has been upgraded to ^9.0.0. Minor changes to TypeORM crud service related to unique select columns. Major changes to tests to support new...
Add MariaDB to quotes converting function for solving the problem which is the same as this topic: https://github.com/nestjsx/crud/issues/696
Hi, Since upgrading typeorm to 0.2.25, controller requests starting failing. Requests seem to work ok with typeorm 0.2.24 and lower. Stack trace: ``` No entity column "whereFactory" was found. EntityColumnNotFound:...
## Bug Report getMany throws SQL error when join, limit is used together it's only throwing an error when trying to get relational data with pagination ## Current behavior throwing...