Skip to content

Commit

Permalink
Fix for issue #77
Browse files Browse the repository at this point in the history
* [FIXED] Mysql error "LIMIT in subquery"
  * Changed `nestjs-query/query-typeorm` to not use subqueries to fetch relations.
  • Loading branch information
doug-martin committed Apr 9, 2020
1 parent 90fafdb commit fad67f7
Show file tree
Hide file tree
Showing 13 changed files with 290 additions and 758 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.8.1

* [FIXED] Mysql error "LIMIT in subquery" [#77](https://github.com/doug-martin/nestjs-query/issues/77)
* Changed `nestjs-query/query-typeorm` to not use subqueries to fetch relations.

# v0.8.0

* [FIXED] Defining additional UpdateDtos breaks Schema. [#72](https://github.com/doug-martin/nestjs-query/issues/72)
Expand Down
Loading

0 comments on commit fad67f7

Please sign in to comment.