
[Error] Method: GET
[Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents
[Error] Type: PDOException
[Error] Message: Unknown column 'table_main.assignedToCategories' in 'field list'
[Error] File: @swoole-src/library/core/Database/PDOStatementProxy.php
[Error] Line: 62
select([\"$id\",\"zdayId\",\"$permissions\",\"assignedToCategories.*\"])
assignedToCategories is relationship

Relationship do not support queries at this moment 🥹

similar query works for different collections

As isn't officially supported I can't tell you why sometimes works and other don't, there not documentation, I have just saw this post related to Query.select(): https://discord.com/channels/564160730845151244/1096309125979320382

I don't know if that can be helpful

Error using relationship parameter name in select query

[CLOSED] Error using relationship parameter name in select query
Recommended threads
- Query params are way too limiting in ter...
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then...
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
