ian
ian
In the quick test earlier, it was tested in a different database. Just tested in a MariaDB instance and the issue can be replicated. This issue may be related to...
### Notes > When using aggregate functions such as count within the filter even though it works via api, over graphql it just fails For the 3rd point, the filter...
@daawaan Kindly provide a minimum reproduction example of the the query / steps leading to the error. It would be great if you can provide screenshots / screen recording. Thank...
@u12206050 Thank you! Your screen recording is crystal clear! 👍 `"\"._func\" is not a relational field"` The error is related to https://github.com/directus/directus/issues/12725. In addition, the filter within aggregated GraphQL queries...
To be updated after #14981 is merged. The `clearSystemCache()` needs to run before to retrieval of the updated schema. The updated schema is then passed into the `action` event.
@tenebrius Sorry for the delayed review. We will not be merging this PR as it's currently not required. The passing of `accountability` should be included within the PR which introduces...
This issue was discovered by @erondpowell and I agree that it feels odd where an operation which doesn't output any data such as conditions / log to console, changes the...
### Notes The read permissions to the nested collections should be appended into the db query.
Let's keep track on whether this PR resolves the issues https://github.com/directus/directus/issues/14759 and https://github.com/directus/directus/issues/13198. Thanks!
https://github.com/directus/directus/pull/14713/commits/e906f68710c647b97cfc85d7a93c7c5fd048fdae should be removed when https://github.com/knex/knex-schema-inspector/pull/129 is merged.