jlefebvre1997
jlefebvre1997
Yo, do we have to drop this one in favor of dkarlovi's one if this feature does not workas expected ? :open_mouth:
Hey :wave: I think this is because the DBAL is deleting your entity (thanks to `onDelete: 'CASCADE'`), not TypeORM However `cascade: ['remove']` does not seem to work as expected, as...
What I don't understand is that the generated SQL queries are absolutely identical (apart from the `defaultSortBy` that gets added at the end but even if I remove it it...
I fixed it by using `addSelect` instead of `orderBy` and ordering by the column I created : ```.addSelect( `CASE WHEN content.type = :folder THEN 1 WHEN content.type = :course THEN...
I understand this one is more of an SQL issue, I don't know if this will be easy to fix
Hello ! I'm having the same issue and setting `onCascade: 'DELETE'` on the other side of the relationship is out of the question, since I'm relying on TypeORM's event listeners,...
I might be blind but it would seem the `cascade: ['remove']` behaviour isn't actually implemented yet ? :grimacing:
Hello, and thanks for your answer ! I did those tests, here are the results : > I think you could check what is in your user object that you...
I tried it just now, if I only use `Expose()` with no groups on the Workspace.id, the id is correctly serialized
Hello again and sorry for answering this late :pray: It will do for now but may I ask you to keep me informed if this bug is taken care of...